[ https://issues.apache.org/jira/browse/CXF-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601648#action_12601648 ]
Daniel Kulp commented on CXF-1616: ---------------------------------- FYI: I tried this with 2.0.6 (and saw the NPE). I also tried it with the 2.0.7-SNAPSHOT and it works fine. Thus, the changes that have been made to the helpers seem to have fixed it. Thanks for the testcase. With 2.0.7-SNAPSHOT, on the server side, I see: Jun 2, 2008 11:12:22 AM _33j.services.servicesmodification.g1.ServicesModificationCompteImpl deliverLoyaltyAccount INFO: Executing operation deliverLoyaltyAccount null null null null null foo null Which looks about right. The response sent back to the client is: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DeliverLoyaltyAccountResponse xmlns="http://33J/services/ServicesModification/schema"> <responseStatusCode></responseStatusCode> <responseStatusLabel></responseStatusLabel> </DeliverLoyaltyAccountResponse> </soap:Body> </soap:Envelope> > NullPointerException when asm 2.2.3 is in classpath (???) > --------------------------------------------------------- > > Key: CXF-1616 > URL: https://issues.apache.org/jira/browse/CXF-1616 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.6 > Environment: tomcat 6 > SUN java 1.5 > Spring 2.5.3 > Reporter: nicolas de loof > Attachments: CXF1616.zip > > > CXF fails to deserialize incoming XML with an empty element : > Caused by: java.lang.NullPointerException > at > _33j.services.servicesmodification.schema.DeliverLoyaltyAccountRequest_WrapperTypeHelper1.getWrapperParts(Unknown > Source) > at > org.apache.cxf.jaxws.interceptors.WrapperClassInInterceptor.handleMessage(WrapperClassInInterceptor.java:122) > ... 21 more > If I remove asm from the war classpath the web service invocation pass. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.