Camel 2.6.0

2012-06-02 Thread domiko
Hey, Does anybody know were we can get version 2.6.0 of Camel. Regards, D -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-6-0-tp5713783.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel 2.6.0

2012-06-04 Thread domiko
Hey Claus, Thanks for the link. I was going through this link : http://www.apache.org/dyn/closer.cgi And apparently the mirrors only serve the last 3 versions. Thanks again. rgds, Dominique. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-6-0-tp5713783p5713932.html Se

Re: Using CamelHttpTransportServlet

2012-06-04 Thread domiko
Hey Willem, I'm using Camel 2.6 (we cannot upgrade from Java 5) and I'm having issues with the Servlet component. I'm getting the following exception: 2012-jun-04 10:53:26 org.springframework.web.context.ContextLoader initWebApplicationContext ALLVARLIG: Context initialization failed org.apache.c

Re: Using CamelHttpTransportServlet

2012-06-04 Thread domiko
Nevermind my question. A similar question was asked earlier ... http://camel.465427.n5.nabble.com/Camel-and-Tomcat-td3386793.html -- View this message in context: http://camel.465427.n5.nabble.com/Using-CamelHttpTransportServlet-tp4832859p5713950.html Sent from the Camel - Users mailing list arc

Re: Using CamelHttpTransportServlet

2012-06-04 Thread domiko
Hey Willem, I've used a Spring DispatcherServlet to load the context specifying the appropriate load-on-startup order. Good news: My CamelServlet now works and my CamelContext loads fine Bad news: My CXFServlet for SOAP services doesn't work anymore, it thinks it's loaded outside an ApplicationCon