Re: Dispatch.invokeOneWay() over JMS transport

2007-12-14 Thread Daniel Kulp
Just committed a fix for this. invokeOneWay was definitely not setting the isOneWay flag on the Exchange. One line fix. :-) I'll try and get new snapshots up this weekend. Dan On Wednesday 12 December 2007, Daniel Kulp wrote: > Hmm... I wonder if this is related to: > > https://iss

Re: Dispatch.invokeOneWay() over JMS transport

2007-12-12 Thread Daniel Kulp
Hmm... I wonder if this is related to: https://issues.apache.org/jira/browse/CXF-941 I think the Dispatch.invokeOneWay stuff isn't letting the transport know not to expect a response. Dan On Wednesday 12 December 2007, Amah Ahite wrote: > Hi, > I am trying to configure CXF to redirect a

Dispatch.invokeOneWay() over JMS transport

2007-12-12 Thread Amah Ahite
Hi, I am trying to configure CXF to redirect an asynchronous call response to a queue an MDB listen on but it does not work as expected. I started from the java_first_jaxws example code where I change the server configuration as following : and create a client that call t