Issue with requestTimeout for camel-jms component.

2013-08-12 Thread ravi.4indra
Hi , It would be hlepful if anyone can provide update on the issue. issue as described in jira *When performing an InOut JMS exchange with a certain requestTimeout, if the reply message is received in time, but the following formula stands true: {{T0 + T1 >= T!}}, where: T0 = JMS response t

camel pull request: CAMEL-6603: extend DateTimeConverter for Long <-> Date ...

2013-08-12 Thread davidkarlsen
Github user davidkarlsen closed the pull request at: https://github.com/apache/camel/pull/37

camel pull request: CAMEL-6626: Fix copy paste errors for date terms (toRec...

2013-08-12 Thread davidkarlsen
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/39 CAMEL-6626: Fix copy paste errors for date terms (toReceivedDate and toS... ...entDate) You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidk

Re: Bean's scope in Camel

2013-08-12 Thread maheetw
Thanks for pointing out.I'll keep this in mind. Saurabh -- View this message in context: http://camel.465427.n5.nabble.com/Bean-s-scope-in-Camel-tp5737133p5737135.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Bean's scope in Camel

2013-08-12 Thread Claus Ibsen
Hi Please use the @user mailing list / forum for your Camel questions as we say here: http://camel.apache.org/discussion-forums.html On Mon, Aug 12, 2013 at 12:08 PM, maheetw wrote: > Can someone explain the bean's scope in camel ? > let's say i am having one endpoint bean ,scope as a prototype

Bean's scope in Camel

2013-08-12 Thread maheetw
Can someone explain the bean's scope in camel ? let's say i am having one endpoint bean ,scope as a prototype and using this bean in two routes .So it will be two different objects of endpoints or same ? -- View this message in context: http://camel.465427.n5.nabble.com/Bean-s-scope-in-Camel-t