[ 
https://issues.apache.org/jira/browse/CAMEL-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998205#comment-12998205
 ] 

Claus Ibsen commented on CAMEL-3702:
------------------------------------

Can you try another container such as Jetty to see if make a difference? Just 
notice to know if its Tomcat only issue or generic web container.

Also would be nice to check with the Apache CXF if they have any issues on 
Tomcat with the async-supported property.

> Example camel-example-cxf-tomcat does not work on Tomcat 7
> ----------------------------------------------------------
>
>                 Key: CAMEL-3702
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3702
>             Project: Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.6.0
>         Environment: Windows 7, Tomcat 7.0.8, Camel 2.6.0
>            Reporter: Arnoud Glimmerveen
>
> I am trying to get the example camel-example-cxf-tomcat to work on Tomcat 
> 7.0.8. This example contains a CxfEndpoint that is configured as being 
> asynchronous (by default). Because of this asynchronous setting I was 
> notified by an Exception that I should set the async-supported property of 
> the CXFServlet in the web.xml. After I set this property to true, I see that 
> invocations are received and processed by the Camel route, however the result 
> is not returned: the connection is closed directly.
> I assume this issue is not directly related to the example itself (apart from 
> the missing async-supported property), however I was not able to pinpoint 
> which component is triggering the connection to be closed before the result 
> is written.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to