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
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.
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
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">
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
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"
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. 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