[jbossws-issues] [JBoss JIRA] Commented: (JBWS-2106) javax.xml.ws.addressing package not available in JBossWS-CXF

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Mar 26 13:42:37 EDT 2009


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

Alessio Soldano commented on JBWS-2106:
---------------------------------------

OK, I've spent some time trying to adapt the CXF internal addressing API (CXF actually supports multiple ws-addressing versions) to our javax.xml.ws.addressing API. This was done moving our native API to jbossws-common and having another AddressingBuilder implementation for JBossWS-CXF, implementing our AddressingBuilder while extending the CXF builder. Besides being an hacky solution, this proved to be not viable as the two APIs have incompatible implementations of some fields, for instance RelatesToType vs. our Relationship[]. Perhaps the latter could be revisited, but I'm not really willing to do that now, as it would break backward compatibility.
So, unless someone has a brilliant idea for solving this, I'd unschedule this issue untill the JAX-WS EG address the JSR-261 stuff addition in a future relase (as we asked for).

>  javax.xml.ws.addressing package not available in JBossWS-CXF
> -------------------------------------------------------------
>
>                 Key: JBWS-2106
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2106
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>    Affects Versions: jbossws-cxf-3.0.1
>            Reporter: Andrew Dinn
>            Assignee: Alessio Soldano
>
> The AddressingProperties and related API classes in the javax.xml.ws.addressing package are not available in JBossWS-CXF. These are needed for the Web Services Transactions 1.1 implementation to operate over the CXF stack.

-- 
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