Re: Configuring a servlet with camel-jetty

2014-11-04 Thread jack atwork
Hi Willem, Can you provide any more information about this? Do you know if there is a way to configure servlets using camel-jetty or is it simply not possible? I'd really appreciate any insight you have into this. Thanks, Jack On 31 October 2014 11:02, jack atwork wrote: > Thanks

Re: Configuring a servlet with camel-jetty

2014-10-31 Thread jack atwork
to do it that way. > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redhat.com > Blog: http://willemjiang.blogspot.com (English) > http://jnn.iteye.com (Chinese) > Twitter: willemjiang > Weibo: 姜宁willem > > > > On October 30, 2014 at 7:12:33 PM, jack atwo

Re: Configuring a servlet with camel-jetty

2014-10-30 Thread jack atwork
r? In your example, you are referencing the > “MyContetHandler” in your route, but never show it being added to the Camel > registry. > > - Andy > > -- > Andrew Block > > > On October 29, 2014 at 10:14:21 AM, jack atwork (jrmpatw...@gmail.com) > wrote: > > apologi

Re: Configuring a servlet with camel-jetty

2014-10-29 Thread jack atwork
;); I can see my servlet gets initialised but it is never invoked on any requests. Can anyone tell me what's missing? Thanks, Jack On 29 October 2014 15:06, jack atwork wrote: > Hi, > > I'm trying to configure a servlet using the camel-jetty component but I'm > stru

Configuring a servlet with camel-jetty

2014-10-29 Thread jack atwork
Hi, I'm trying to configure a servlet using the camel-jetty component but I'm struggling and hoping somebody might be able to point out what I'm doing wrong. I expected to be able to register a new Handler and reference it in the endpoint uri . ServletContextHandler handler = new ServletContextH

Re: camel cxfrs with swagger.

2014-10-22 Thread jack atwork
Hi, Did you find any solution to this? As I'm faced with a similar problem? I'm trying to setup swagger with the rest dsl and camel-jetty but there appears to be no way to plug them together. Am I missing something or is this camel-swagger component only intended for traditional web applications