Re: jms client restart

2008-12-09 Thread cxfuser17
Adrian/Christian, I've been looking over the JMSConduit code. I believe we could solve this issue if we allowed for developers to inject their own JMS listener into the conduit. We have set up an interceptor to inject our own JMS correlation Id into the Message Object. If we had a way to

Re: cxf Async with Spring - could not find wsdl:binding operation error

2008-12-08 Thread cxfuser17
Has anyone figured out this issue? dan_pretty_boy wrote: Hi Folks, I am trying to call a webservice via spring asynchronously. now i have tried the normal way of calling an async method which works, but I would like to get it working in spring.. I am keep on getting the error could

Re: CXF JMS Asycn through Spring

2008-12-08 Thread cxfuser17
Thanks for the response Dan! I've tried the jaxws:client approach and had the same result. I've attached a hello world example I threw together. If you look at the App.java, it starts an embedded broker, attempts to place a message on the queue with the Async method which immediately fails.