Hi, No this is currently not supported. I've done some testing to see if this would be possible to simply hookup camel-spring-ws with camel-jetty through configuration (without adjusting any of the components) but there are some missing pieces to make this integration work.
I've got the MessageDispatcherServlet running with camel-jetty but hooking this to camel-spring-ws requires further investigation (mainly: how to let the jetty consumer work together with the spring-ws consumer?). Regards, Richard On Fri, Aug 5, 2011 at 7:34 AM, Denis Krizanovic <[email protected] > wrote: > hi people, > > Currently we deploy camel in tomcat. In this container we configure > the MessageDispatcher servlet. > > We have a requirement to deploy our camel in standalone mode. > > Is it possible to configure the internal jetty component to have this > Message Dispatcher? > > Is this a bad idea? > > I notice in some of this mailing lists history, that the CXF component > runs up its own Jetty.. Does the spring-ws do this too (with the > messagedispatcher already configured)? >
