Re: Error trying to deploy war

2012-12-16 Thread raheem
elp? Thanks again! Raheem -- View this message in context: http://camel.465427.n5.nabble.com/Error-trying-to-deploy-war-tp5724157p5724186.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Error trying to deploy war

2012-12-15 Thread raheem
And here is the actual applicationContext.xml: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLocation=" http://www.springframework.org/schema/beans http:/

Error trying to deploy war

2012-12-15 Thread raheem
Active ] [] [ ] [ 50] camel-ssh (2.10.2) [ 242] [Active ] [] [ ] [ 50] activemq-camel (5.7.0) Thanks! Raheem -- View this message in context: http://camel.465427.n5.nabble.com/Error-trying-to-deploy-war-tp5724157.html Sent from the Camel - Users mailing list archive at Nabble.com.

Non-polling ssh

2012-08-21 Thread raheem
t().stop(), but that did not seem to work. Thanks, Raheem -- View this message in context: http://camel.465427.n5.nabble.com/Non-polling-ssh-tp5717810.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Losing Messages in SEDA endpoint with polling consumer

2012-08-21 Thread raheem
Hi Simon, This may not be an option for you, but I thought I would throw it out there. It looks like this issue is fixed/handled in Camel 2.9 if you use the blockWhenFull option. --Raheem -- View this message in context: http://camel.465427.n5.nabble.com/Losing-Messages-in-SEDA-endpoint-with

Re: Creating endpoint uri dynamically

2012-08-20 Thread raheem
Thanks for the hint Claus! I constructed the endpoint uri before sending the message to the queue in the header and then using the recipientList(header("header name"). Thanks again, Raheem On Mon, Aug 20, 2012 at 2:10 AM, Claus Ibsen-2 [via Camel] < ml-node+s465427n5717679...@

Creating endpoint uri dynamically

2012-08-19 Thread raheem
tp://someUser@server/"; + message body +"?password=somePassword&binary=true&delay=6").to("file://target/test-reports"); Any ideas as to how to get the message body from within the to? Thanks, Raheem -- View this message in context: http://camel.465427.n5.n