RE: camel-cxfrs and AsyncResponse

2014-08-27 Thread Michael Bannii
@camel.apache.org Subject: Re: camel-cxfrs and AsyncResponse Hey Michael, Can you try setting the 'synchronous' property to 'true' in the rsServer bean? This will force the component to take the sync execution path and circumvent using Continuations. You need to use a block. I don'

Re: camel-cxfrs and AsyncResponse

2014-08-26 Thread Raul Kripalani
3ContinuationProvider$Servlet3Continuation. > So at least some Continuation is being used. > > > -Original Message- > From: Raul Kripalani [mailto:r...@evosent.com] > Sent: 26 серпня 2014 р. 17:51 > To: users@camel.apache.org > Subject: Re: camel-cxfrs and AsyncResp

Re: camel-cxfrs and AsyncResponse

2014-08-26 Thread Sergey Beryozkin
bject there is an instance of org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation. So at least some Continuation is being used. -Original Message- From: Raul Kripalani [mailto:r...@evosent.com] Sent: 26 серпня 2014 р. 17:51 To: users@camel.apache.org Subject

RE: camel-cxfrs and AsyncResponse

2014-08-26 Thread Michael Bannii
l.apache.org Subject: Re: camel-cxfrs and AsyncResponse I came across this issue recently and the culprit was the default etc/jetty.xml configuration packaged with Apache ServiceMix, which by default uses the BlockingChannelConnector, as explained in the inline XML comment. This connector does

Re: camel-cxfrs and AsyncResponse

2014-08-26 Thread Raul Kripalani
I came across this issue recently and the culprit was the default etc/jetty.xml configuration packaged with Apache ServiceMix, which by default uses the BlockingChannelConnector, as explained in the inline XML comment. This connector does not support Jetty Continuations, therefore it is not capabl