Hi

Can you please give me a favor and create a test project, with some 'hello world' resource using AsyncResponse ?

How do you run your web application ? We have tests confirming it works with Jetty, may be you need to update Jetty ?

Sergey

On 14/02/14 08:27, Bhupesh Tuteja wrote:
Hi Sergey,

I have it set already in web.xml. But still getting this error. BTW, I am
trying this out using Jetty NIO connector.
        <servlet>
                <servlet-name>CXFServlet</servlet-name>
                
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
                <async-supported>true</async-supported>
                <load-on-startup>1</load-on-startup>
        </servlet>

        <servlet-mapping>
                <servlet-name>CXFServlet</servlet-name>
                <url-pattern>/*</url-pattern>
        </servlet-mapping>



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Server-Side-Asynchronous-processing-support-via-CXF-NIO-support-tp5739791p5739980.html
Sent from the cxf-user mailing list archive at Nabble.com.



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to