[
https://jira.jboss.org/jira/browse/JBWS-2632?page=com.atlassian.jira.plug...
]
Darran Lofthouse updated JBWS-2632:
-----------------------------------
Summary: SOAPHeader == null not caught // no good cast (was: SOAPHeader == null not
catched // no good cast)
SOAPHeader == null not caught // no good cast
---------------------------------------------
Key: JBWS-2632
URL:
https://jira.jboss.org/jira/browse/JBWS-2632
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: ws-addressing
Affects Versions: jbossws-native-3.1.1
Environment: win xp java 1.6
Reporter: asdf asdf
Fix For: jbossws-native-3.2.0
SOAPAddressingPropertiesImpl#writeHeaders has these two lines:
SOAPFactoryImpl factory = (SOAPFactoryImpl)SOAPFactory.newInstance();
SOAPHeader soapHeader = message.getSOAPHeader();
soapHeader is then used without catching a NullPointerException ...
The cast conflicts with the currently set System property, resulting in a
ClassCastException. That happens because I was just using the WS-Addressing part of
jbossws. By the way, is there any other implementation of JSR261 available?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira