[
http://jira.jboss.com/jira/browse/JBWS-1285?page=all ]
Thomas Diesler updated JBWS-1285:
---------------------------------
Summary: NPE when the soap encoded array size is 0 on the return path (was:
java.lang.NullPointerException is thrown when the soap encoded array size is 0 on the
return path)
NPE when the soap encoded array size is 0 on the return path
------------------------------------------------------------
Key: JBWS-1285
URL:
http://jira.jboss.com/jira/browse/JBWS-1285
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jaxrpc
Affects Versions: jbossws-1.0.2
Environment: windows, linux, jdk1.5
Reporter: George Gan
Assigned To: Thomas Diesler
Fix For: jbossws-1.2.0
Attachments: SOAPBindingProvider.java
java.lang.NullPointerException
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:718)
at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:404)
at org.jboss.ws.jaxrpc.CallProxy.invoke(CallProxy.java:148)
at $Proxy132.compoundSearch(Unknown Source)
at
mil.dcgs.mdf.webservice.legacy.spi.WebServiceCatalogProvider.performSearch(WebServiceCatalogProvider.java:301)
... 40 more
Caused by: java.lang.NullPointerException
at
org.jboss.ws.binding.soap.SOAPBindingProvider.getParameterFromMessage(SOAPBindingProvider.java:736)
at
org.jboss.ws.binding.soap.SOAPBindingProvider.unbindResponseMessage(SOAPBindingProvider.java:519)
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:702)
... 44 more
The exception is caused by array size = 0. The patched code is attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira