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

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 Willem Jiang
As you are using Spring to load the configure, it cann't tell if the camel transport servlet is started or not If you are using camel 2.6.0. I'm afraid you need to upgrade the camel version, or just back port the camel-servlet part to camel 2.6.0. On Mon Jun 4 17:08:50 2012, domiko wrote: Hey

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

2011-09-26 Thread ren
Hi That is actually what I did and everything came right. Thanks! :-) On Fri, Sep 23, 2011 at 11:27 AM, Willem.Jiang [via Camel] < ml-node+s465427n4832931...@n5.nabble.com> wrote: > I found you are using Camel-2.7-SNAPSHOT, can you change to latest > released Camel 2.8.1 ? > > On Fri Sep 23 16:

Re: Using CamelHttpTransportServlet

2011-09-23 Thread Willem Jiang
I found you are using Camel-2.7-SNAPSHOT, can you change to latest released Camel 2.8.1 ? On Fri Sep 23 16:54:21 2011, ren wrote: Hi I have been trying to get a basic example of using Camel servlet to wrok, I have already posted the problem on stackoverflow: http://stackoverflow.com/questions