Hi, I'm trying to use smx-3.4.1 and i have a blocking issue with a simple sample: smx-http consumer with a target service on a camel service that change the message body to <test/>
By using the audit i can see that message is consumed by camel and response is tried to be sent, but http consumer does not receive it... so it failed into timeout. Note that i have done the same test with the standalone version and it works fine :'( you will found in attachment the SA (simple my-sa + my-http + my-camel) my-sa-1.0-SNAPSHOT.zip <http://servicemix.396122.n5.nabble.com/file/n5717507/my-sa-1.0-SNAPSHOT.zip> Step to reproduce: - install tomcat (i use a 6x version) - deploy servicemix-web 3.4.1 war - There are lots of missing jar in web so i simply copy all jar from standalone installation lib folder to the WEB-INF/lib - install the smx-shared lib, the components smx-http and smx-camel (and start them) - deploy the attached SA - use a simple script to post an xml message to the service http://localhost:xxxx/apache-servicemix-web-3.4.1/jbi/Test/ => it failed into a timeout Any help appreciated ! Erwan -- View this message in context: http://servicemix.396122.n5.nabble.com/Smx-3-4-1-war-smx-http-target-on-CAMEL-timeout-tp5717507.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
