Great, hope it saved you some time.. Cheers Steve
Sent from my iPad On Aug 29, 2013, at 10:07 PM, "Mario Matias Urbieta [via ServiceMix]" <[email protected]> wrote: > Thanks, it worked!! > > > 2013/8/4 StevevanderMerwe <[hidden email]> > > > Hi > > > > I am not sure if this is the same as your problem but I had a similar > > problem with a proxy service - it turned out that at some stage the default > > for CXF changed from "synchronous" = true to false... In other words it > > would send the message but not do the reply.. > > > > I fixed it by setting the property explicitly > > > > <cxf:properties> > > <entry key="dataFormat" value="MESSAGE"/> > > <entry key="synchronous" value="true"/> > > </cxf:properties> > > > > Hope this helps > > > > Cheers > > Steve > > > > > > > > > > > > -- > > View this message in context: > > http://servicemix.396122.n5.nabble.com/Problem-with-a-simple-Camel-based-CXF-proxy-tp5717470p5717473.html > > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > > > > > -- > Mario Matias Urbieta > [hidden email] > www.fluxit.com.ar Calle 9 #865 > La Plata / Buenos Aires / Argentina > Tel: +54 221 4275781 Int:308 > Cel: +54 011 36814113 > > > If you reply to this email, your message will be added to the discussion > below: > http://servicemix.396122.n5.nabble.com/Problem-with-a-simple-Camel-based-CXF-proxy-tp5717470p5717694.html > To unsubscribe from Problem with a simple Camel-based CXF proxy, click here. > NAML -- View this message in context: http://servicemix.396122.n5.nabble.com/Problem-with-a-simple-Camel-based-CXF-proxy-tp5717470p5717699.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
