[jbossws-issues] [JBoss JIRA] Commented: (JBWS-2632) SOAPHeader == null not catched // no good cast

asdf asdf (JIRA) jira-events at lists.jboss.org
Mon Apr 27 05:21:46 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBWS-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12464588#action_12464588 ] 

asdf asdf commented on JBWS-2632:
---------------------------------

We're implementing a WSG. Therefore we're using directly the WS-Addressing API.

I found some interesting classes in Apache CXF, but they aren't providing the JSR 261.

> SOAPHeader == null not catched // 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

        



More information about the jbossws-issues mailing list