Re: Camel with BeanFactory

2013-04-30 Thread kalyand
Thanks a lot for your suggestions. I will try to follow your guidelines and shall keep you posted -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731816.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel with BeanFactory

2013-04-30 Thread Claus Ibsen
? > > Regards, > Kalyan > > P.S: I have read Camel-in-Action and it has been of good help. Thank you :) > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731807.html > Sent from the Camel - Users mail

Re: Camel with BeanFactory

2013-04-30 Thread kalyand
65427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731807.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel with BeanFactory

2013-04-30 Thread Claus Ibsen
camel-spring classes or there is > any specific set of classes to start with ? > > Thanks again. > > Regards, > Kalyan > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731793.html > Sent from

Re: Camel with BeanFactory

2013-04-30 Thread kalyand
context: http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731764p5731793.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel with BeanFactory

2013-04-29 Thread Claus Ibsen
Hi What do you mean HAVE to use BeanFactory? Do you mean that camel-spring source code must not use ApplicationContext or any of the other Spring public APIs ? Well you can write you own camel module. Or just not use camel-spring at all, and just use camel-core which is Java code and has not depe

Camel with BeanFactory

2013-04-29 Thread kalyand
? If so, what are the classes that I need to overwrite. Any documentation on this will be of great help. Regards, Kalyan -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-BeanFactory-tp5731744.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel with BeanFactory

2013-04-29 Thread Kalyan Dev
Hello, I understand by skimming over Camel's source code that it uses ApplicationContext everywhere. In a project that I'm working on, I HAVE to use BeanFactory only. Is it possible to initialize and use Camel's capabilities in a BeanFactory instead of ApplicationContext at all ? If so, what are