Re: Camel activemq topic route adds addtional subscriber to the activeMQ topic upon each processing

2014-12-15 Thread Aryan
Any advice guys? Regards, Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Camel-activemq-topic-route-adds-addtional-subscriber-to-the-activeMQ-topic-upon-each-processing-tp5760532p5760692.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel activemq topic route adds addtional subscriber to the activeMQ topic upon each processing

2014-12-10 Thread Aryan
consumer gets added and hence message gets processed that many number of times. It appears we are missing some configuration which cause this behavior. Please advice. Regards, Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Camel-activemq-topic-route-adds-addtional

Re: Configuring hibernate with blueprint in karaf

2014-11-10 Thread Aryan
Hi, We also tried to use the latest karaf version(3.0.2) and using hibernate version as 4.2.15.Final but still same issue. Any ideas? Thanks, Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Configuring-hibernate-with-blueprint-in-karaf-tp5758588p5758835.html Sent

Re: Configuring hibernate with blueprint in karaf

2014-11-07 Thread Aryan
t one last step before the problem solution. Please help. Thanks. Aryan. -- View this message in context: http://camel.465427.n5.nabble.com/Configuring-hibernate-with-blueprint-in-karaf-tp5758588p5758658.html Sent from the Camel - Users mailing list archive at Nabble.com.

Configuring hibernate with blueprint in karaf

2014-11-06 Thread Aryan
persistence.xml <http://camel.465427.n5.nabble.com/file/n5758588/persistence.xml> Please help in resolving this issue. Thanks. Regards, Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Configuring-hibernate-with-blueprint-in-karaf-tp5758588.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Handling error per endpoint

2014-10-06 Thread Aryan
Any idea on how to do it? Regards, Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Handling-error-per-endpoint-tp5757191p5757371.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Handling error per endpoint

2014-10-01 Thread Aryan
example.InvalidDestinationException < redeliveryPolicy logRetryAttempted="true" retryAttemptedLogLevel="WARN" maximumRedeliveries="6" /> ${header.requestType} == 'forward' Rega

Handling error per endpoint

2014-09-29 Thread Aryan
it. Thanks! Aryan -- View this message in context: http://camel.465427.n5.nabble.com/Handling-error-per-endpoint-tp5757191.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "name" (Class org.codehaus.jettison.json.JSONObject), not marked as ignorable

2014-08-25 Thread Aryan
Hi Sergey, Thanks for the reply, it helped. I used the JsonNode class provided by jackson to expose a generic service. Now, I am able to successfully receive/send request as JsonNode. Thanks a lot for your help. Regards, Aryan -- View this message in context: http://camel.465427.n5

org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "name" (Class org.codehaus.jettison.json.JSONObject), not marked as ignorable

2014-08-21 Thread Aryan
receive JSONObject in method paramter. http://stackoverflow.com/questions/17631017/jersey-jackson-arbitrary-json Is it possible to do this in karaf/camel as well? If no, is there is any workaround for this. We do not want to create a custom entity for this as it will limit the JSON request.