Re: Using camel without spring

2014-12-13 Thread yogu13
Hello Claus! Any specific reason for CDI suggestion instead of guice with respect to camel ? Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251p5760656.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using camel without spring

2014-12-12 Thread Claus Ibsen
gt; > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251p5760616.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twi

Re: Using camel without spring

2014-12-12 Thread yogu13
Hi claus, is there an example for using Camel and Guice with xml DSL for configuring Routes? Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251p5760616.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using camel without spring

2014-12-08 Thread yogu13
Thanks Claus for the detailed response... Williem the solution worked and the processor seems to be working now.. I seem to have hit another roadblock .. will open a new thread for it.. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-without

Re: Using camel without spring

2014-12-08 Thread Claus Ibsen
On Sun, Dec 7, 2014 at 7:26 PM, yogu13 wrote: > Hi, > > I am checking out on the possibility of using camel without spring... I was > looking at the examples available on this regard and could only find > http://camel.apache.org/servlet-tomcat-no-spring-example.html. The example &

Re: Using camel without spring

2014-12-07 Thread yogu13
Thanks Williem! I will try this out ... Let me know if you need any help building those examples, probably i can assist you with that. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251p5760267.html Sent from the Camel

Re: Using camel without spring

2014-12-07 Thread Willem Jiang
at > org.apache.camel.util.CamelContextHelper.mandatoryLookup(CamelContextHelper.java:151) > > at > org.apache.camel.impl.DefaultRouteContext.mandatoryLookup(DefaultRouteContext.java:144) > > at > org.apache.camel.model.ProcessDefinition.createProcessor(ProcessDefinition.java:91) > > at > org.apache.camel.model.ProcessorDefinition.makeProcessor(ProcessorDefinition.java:500) > > at > org.apache.camel.model.ProcessorDefinition.addRoutes(ProcessorDefinition.java:213) > > at > org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:942) > ... 17 more > > > camel version is 2.14 > > Regards, > -Yogesh > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251p5760259.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Using camel without spring

2014-12-07 Thread yogu13
. 17 more camel version is 2.14 Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-without-spring-tp5760251p5760259.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using camel without spring

2014-12-07 Thread Willem Jiang
) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On December 8, 2014 at 2:27:16 AM, yogu13 (yogesh@synechron.com) wrote: > Hi, > > I am checking out on the possibility of using camel without spring... I was > looking at the examples available on this rega

Using camel without spring

2014-12-07 Thread yogu13
Hi, I am checking out on the possibility of using camel without spring... I was looking at the examples available on this regard and could only find http://camel.apache.org/servlet-tomcat-no-spring-example.html. The example shown is quite simple which doesnt involve any processor, aggregrator etc