Re: Error while deploying camel proxy in tomcat

2014-11-14 Thread Royamit
Thnaks for the help Willem Is there any way to close the spring application before redeploying the camel proxy service? And how can i do the aforesaid. -- View this message in context: http://camel.465427.n5.nabble.com/Error-while-deploying-camel-proxy-in-tomcat-tp5758987p5759103.html Sent

Re: Error while deploying camel proxy in tomcat

2014-11-13 Thread Willem Jiang
I guest you are using Spring Web Application context listener to watch the change of camel-config.xml.  I think you need to make sure the Spring Application close rightly before redeploy the war again. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.

Re: Error while deploying camel proxy in tomcat

2014-11-13 Thread Royamit
http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:cxf="http://camel.apache.org/schema/cxf"; xmlns:context="http://www.springframework.org/schema/context";

Re: Error while deploying camel proxy in tomcat

2014-11-12 Thread Willem Jiang
It look the jetty server doesn’t shutdown rightly. You may need to check the code of camel-config.xml deployer to see if it shutdown the camel context rightly. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese