[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2155) Not supporting JMS endpoints for WS-Addressing

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Jun 11 17:26:15 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBWS-2155?page=all ]

Alessio Soldano updated JBWS-2155:
----------------------------------

    Fix Version/s:  jbossws-native-3.0.3

> Not supporting JMS endpoints for WS-Addressing
> ----------------------------------------------
>
>                 Key: JBWS-2155
>                 URL: http://jira.jboss.com/jira/browse/JBWS-2155
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native, ws-addressing
>    Affects Versions: jbossws-native-3.0.1
>         Environment: JBoss 4.2.2.GA, Windows XP, Sun JVM 1.5.0_08
>            Reporter: Zach Mabe
>             Fix For:  jbossws-native-3.0.3
>
>         Attachments: SOAPConnectionImpl.java
>
>
> when using a JMS endpoint at the EPR for either the faultTo or ReplyTo address within the WS-Addressing headers, the server always fails with the message
> ClassNotFound org.jboss.remoting.transport.jms.TransportClientFactory.
> How the faultTo is set on the client side
> AddressingProperties props = (AddressingProperties) reqContext.get(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES);
> EndpointReference ep =ADDRESS_BUILDER.newEndpointReference(new URI("jms://queue/WSDropQueue"));
> props.setFaultTo(ep);
> This issue seems to be rooted in the fact that, on the server side, when the org.jboss.ws.core.soap.SOAPConnectionImpl is called to send the response/fault, it uses a org.jboss.ws.core.client.SOAPProtocolConnectionHTTP which in turns uses the JBoss-Remoting client which doesn't provide JMS support.

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

        



More information about the jbossws-issues mailing list