Re: Camel and Tomcat

2012-03-10 Thread manoj.sahu
Hi, ContextLoaderServlet is deprecated in Spring 3. I am getting the exact error. java.lang.IllegalArgumentException: Cannot find the deployed servlet, please configure the ServletComponent or configure a org.apache.camel.component.servlet.CamelHttpTransportServlet servlet in web.xml I'm

Re: buffer corruption in camel-netty?

2012-03-10 Thread tenderice
anybody helps? -- View this message in context: http://camel.465427.n5.nabble.com/buffer-corruption-in-camel-netty-tp5551122p5554011.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and Spring 3.1

2012-03-10 Thread Christian Müller
I will add a spring-3.1 profile in my local workspace and see how it works (we could have a Spring 3.0.x and a Spring 3.1.x build). If this works I will move on and see how we do it for Karaf... Best, Christian On Sat, Mar 10, 2012 at 7:07 PM, Christian Müller < christian.muel...@gmail.com> wrote

Re: Camel and Spring 3.1

2012-03-10 Thread Christian Müller
Maybe Stefan don't use the Camel provided features and install all the needed bundles by its own or build its own feature file which use Spring 3.1.x. That's possible but not recommended, because Camel 2.9.1 is "only" tested with Spring 3.0.x. This means it could work, but you cannot be sure. It's

Re: Camel and Spring 3.1

2012-03-10 Thread wanggang1
Hi Stefan, When I used Camel 2.9.1, I saw Maven pulled down Spring 3.0.7-RELEASE as dependencies. When you added Spring 3.1 explicitly, did it then cause any conflict? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Spring-3-1-tp5550625p5553179.html Sent fro

Re: Camel and Spring 3.1

2012-03-10 Thread wanggang1
I'm looking at using @Profile for setting up routes for our different environments. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Spring-3-1-tp5550625p5553171.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded Web Console in Tomcat

2012-03-10 Thread mgiammarco
Hello, 2.9.1 is out and I am not yet able to use web console. I badly need it to debug because jconsole/visualvm are uncomfortable to use. Please tell me if there are any news about this. Thanks, Mario -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-Web-Console-in-To