Re: Deploying REST service on running camel:jetty instance

2015-06-11 Thread Chandana
Is there a way to expose 2 restful web services from same camel route with the same base URI in a web container (Jetty in this case)? -- View this message in context: http://camel.465427.n5.nabble.com/Deploying-REST-service-on-running-camel-jetty-instance-tp5746625p5768066.html Sent from the C

Setup of JMS message listener invoker failed

2013-04-18 Thread Kesireddy, Chandana (ITD)
n Source)[:1.6.0_21] at java.lang.Long.parseLong(Unknown Source)[:1.6.0_21] at java.lang.Long.parseLong(Unknown Source)[:1.6.0_21] Can you please suggest me how to resolve this issue. Thanks, Chandana

repeating the steps from the route

2013-01-08 Thread Kesireddy, Chandana (ITD)
(header(Constants.DESTINATION_URI)) Iam using camel 2.4 , can you please suggest me how to repeat the above steps from the route based on a condition. Thanks, Chandana

RE: creating .camelLock extension on file using custom GenericFileProcessStrategy

2012-11-29 Thread Kesireddy, Chandana (ITD)
:32 PM, Kesireddy, Chandana (ITD) wrote: > Claus, > > Thanks for replying. > So in the begin method , I need write code to create an empty file with > .camelLock extension and return true. > > In commit method I need to write code to delete both the original file and

RE: creating .camelLock extension on file using custom GenericFileProcessStrategy

2012-11-29 Thread Kesireddy, Chandana (ITD)
me If my assumption is wrong. Thanks, Chandana -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, November 29, 2012 10:24 AM To: users@camel.apache.org Subject: Re: creating .camelLock extension on file using custom GenericFileProcessStrategy On Thu, N

RE: creating .camelLock extension on file using custom GenericFileProcessStrategy

2012-11-29 Thread Kesireddy, Chandana (ITD)
Thanks for replying. My problem here is , it's not creating .camelLock extension on the file when it is processing the file, using custom GenericFileProcessStrategy. What do I need to do in order to make it create .camelLock extension on the file. Thanks, Chandana -Original Me

creating .camelLock extension on file using custom GenericFileProcessStrategy

2012-11-28 Thread Kesireddy, Chandana (ITD)
System.out.println("in commit.."); } } Thanks, Chandana

RE: want to remove old .camellock files on start up

2012-11-28 Thread Kesireddy, Chandana (ITD)
Hi, I am using camel 2.4, I only have one instance of camel running. Thanks, Chandana -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Wednesday, November 28, 2012 12:34 PM To: users@camel.apache.org Subject: Re: want to remove old .camellock files on start

want to remove old .camellock files on start up

2012-11-28 Thread Kesireddy, Chandana (ITD)
up. I wanted to catch that exception and move the old .camellock files to another folder. So I used custom exception handler but handleException() Method never gets invoked. Do I need to use custom polling strategy for this. Can you please provide me an example. Thanks, Chandana