[
https://issues.apache.org/jira/browse/CXF-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nicolas de loof updated CXF-1616:
---------------------------------
Description:
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.
was:
The attached web service implementation fails will NullPointerException when I
submit following content from soapUI :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sch="http://33J/services/ServicesModification/schema"
xmlns:sch1="http://33J/services/schemaCommun">
<soapenv:Header/>
<soapenv:Body>
<sch:DeliverLoyaltyAccount>
<!--Optional:-->
<sch:description>test</sch:description>
</sch:DeliverLoyaltyAccount>
</soapenv:Body>
</soapenv:Envelope>
Summary: NullPointerException when asm 2.2.3 is in classpath (???)
(was: NullPointerException when using both minOccurs="0" and nillable="true" on
an IN/OUT parameter)
> 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
>
> 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.