Re: Camel shutdown on windows

2010-08-27 Thread vcheruvu
e.printStackTrace(); } } while(!line.equalsIgnoreCase("x")); System.exit(1); } } Cheers, -Vid- -- View this message in context: http://camel.465427.n5.nabble.com/Camel-shutdown-on-windows-tp2688126p2739597.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel shutdown on windows

2010-08-26 Thread Willem Jiang
I'm not sure how the Eclipse stop the process that it start. But if you use Java to run the Main class, you can stop the Main by using the ctrl + c. If you take a look at the Main class, it register a HangupInterceptor and it will close the Spring Application context which it starts. Willem

Camel shutdown on windows

2010-08-26 Thread vcheruvu
body Kind regards, -Vid- -- View this message in context: http://camel.465427.n5.nabble.com/Camel-shutdown-on-windows-tp2688126p2688126.html Sent from the Camel - Users mailing list archive at Nabble.com.