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

Andrew Dinn (JIRA) jira-events at lists.jboss.org
Tue Feb 10 11:53:44 EST 2009


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

Andrew Dinn commented on JBWS-2106:
-----------------------------------

Hi Alessio,

Yes, cxf does implement the required AddressingProperties class but in a different package to the one used by Native, as are the other types provided by CXF. I probably could use their implementation to get my code to run on the CXF stack -- it looked to be pretty complete when I used it. The problem is how to use it compatibly with the Native JBossWS implementation.

A lot of the methods in my current XTS build are currently parameterised with AddressingProperties instances or employ local values of this type. The same applies for the various dependent types employed in conjunction with AddressingProperties as AddressingBuilder, AttributedURI, Relationship, etc.. I need to be able to manipulate these types in order to construct faultto, replyto etc addresses. I don't really see how to generalize the code so that my code can operate over both stacks. Do you have any ideas how to resolve this?


>  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
>             Fix For: jbossws-cxf-3.1.0
>
>
> 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