[ http://jira.codehaus.org/browse/XFIRE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Diephouse updated XFIRE-865: -------------------------------- Fix Version/s: 1.2.5 OK, we'll have to look into this. Our JMS transport is really less than stellar, so any patches would be welcome... BTW, we are working on a much improved JMS transport as part of CXF (aka XFire 2.0). I'm not sure if our M1 release is quite ready for production, but our code in SVN now is pretty good if you wanted to check it out. Hopefully we'll make another release in the next 4-6 weeks. http://cwiki.apache.org/CXF/ > JMSTransport consumer consumes responses AND requests > ----------------------------------------------------- > > Key: XFIRE-865 > URL: http://jira.codehaus.org/browse/XFIRE-865 > Project: XFire > Issue Type: Bug > Components: JMS > Affects Versions: 1.2.4 > Environment: WebLogic 9.2, JDK 1.5.0_09, Windows 2000 Server, Jetty, > Maven > Reporter: Sam Wilson > Assigned To: Dan Diephouse > Fix For: 1.2.5 > > > If you create a simple Echo service project and fire it up using jetty:run on > two separate ports (so that there are two separate server instances) and then > fire up a client application and submit a request the request will be > consumed by one of the server instances and the response will be consumed by > the other and not the client. > Server Node 1 will log the following: > Received message > onMessage -> Source ID: 22B195AD-0581-4C96-7C83-638FB03BBEDE, Message ID: > ID:<30 > 2719.1170776532757.0> > 296735 [ExecuteThread: '3' for queue: 'default'] INFO > com.ecount.service.echo.E > choServiceImpl - Received message: asdfasdf > 296750 [ExecuteThread: '3' for queue: 'default'] INFO > org.codehaus.xfire.transp > ort.jms.JMSChannel - Sent message: Source ID: > 3FF43FFE-75A9-853A-D994-8579851EF > 373 Destination: null JMSType: Echo > Server Node 2 will log the following: > Received message > onMessage -> Source ID: 3FF43FFE-75A9-853A-D994-8579851EF373, Message ID: > ID:<30 > 2719.1170776532819.0> > 294906 [ExecuteThread: '1' for queue: 'default'] INFO > org.codehaus.xfire.handle > r.DefaultFaultHandler - Fault occurred! > org.codehaus.xfire.fault.XFireFault: Invalid operation: > {http://ecount.com/Echo} > echoResponse > and the client will return Null -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email