Groovy script synchronized issue with 2.10.x and 2.11.x prevents camel groovy script for High Concurrenc

2013-07-17 Thread apatel
In below code why method is synchronized? This prevents camel groovy script for High Concurrency. protected synchronized Object evaluateScript(Exchange exchange) { try { getScriptContext(); populateBindings(getEngine(), exchange); addScriptEngineArgumen

Re: Route with doTry calling service does not have exchange.in=exchange.out does not work

2013-05-13 Thread apatel
Would you please check same issue exist in or not? -- View this message in context: http://camel.465427.n5.nabble.com/Route-with-doTry-calling-service-does-not-have-exchange-in-exchange-out-does-not-work-tp5732293p5732427.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route with doTry calling service does not have exchange.in=exchange.out does not work

2013-05-13 Thread apatel
Claus, I am wondering why responses are difference when i use try-catch and when i remove the try-catch? Thanks, Amit Patel -- View this message in context: http://camel.465427.n5.nabble.com/Route-with-doTry-calling-service-does-not-have-exchange-in-exchange-out-does-not-work-tp5732293p5732

Re: Setting Body in restlet route without to does not work

2013-05-10 Thread apatel
Appreciated for your help! Same issue occurred in servlet route also. Below route doen't return body http://camel.apache.org/schema/spring"; trace="true"> "Servlet test" Below route returns body Servlet test http://camel.apache.org/schema/spring"; trace="true">

Route with doTry calling service does not have exchange.in=exchange.out does not work

2013-05-10 Thread apatel
Apache Camel 2.11.0, 2.10.4 Below route does not return "foo" = http://camel.apache.org/schema/spring"; trace="true"> bar fooName bar java.lang.Throwable

Setting Body in restlet route without to does not work

2013-05-10 Thread apatel
Below route does not return body, because route don't have any http://camel.apache.org/schema/spring"; trace="true"> "Restful test" Below route does return body, because route does have http://camel.apache.org/schema/spring"; trace="true"> "Restful test"

Re: https4(Apache Camel 2.10.3) component option httpClientConfigurer for SSL is not working when i have two different configure for two different route

2013-05-03 Thread apatel
Following things we have tried: * two routes with different "sslContextParametersRef" endpoint options. * two routes with different "httpClientConfigurerRef" endpoint options * two routes with different "httpClientConfigurerRef" AND " File: encoreSSLParams.groovy ---

https4(Apache Camel 2.10.3) component option httpClientConfigurer for SSL is not working when i have two different configure for two different route

2013-05-02 Thread apatel
https4(Apache Camel 2.10.3) component option httpClientConfigurer for SSL is not working when i have two different configure for two different route. we need you help to resolve this issue or any alternate solution. Please let me know if you have questions or need more information. We are using