Re: Camel & Virgo in Eclipse (with Spring)

2012-08-16 Thread shahed100
Ithink this post may explain my issue :- http://gnodet.blogspot.co.uk/2010/03/spring-dm-aries-blueprint-and-custom.html Although its dated 2010, I think the problems still remains unsolved even in Aug 2012 ! I like Spring but would prefer to use blueprint now to see if that would resolve my came

Re: Camel & Virgo in Eclipse (with Spring)

2012-08-15 Thread shahed100
In case this helps others Just adding the import to my simple example, and deploying it from Eclipse now works. I do not need to deploy camel related jars.. just have them in the repository. The only thing I had to do was make sure I added the dependency, as my app only has a spring xml file to

Re: Camel & Virgo in Eclipse (with Spring)

2012-08-15 Thread shahed100
Ok, adding Import-Bundle: org.apache.camel.camel-spring;version="[2.10.0,2.10.0]" Causes my app to wait till the pickup directory can be processed, which in turn loads camel. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Virgo-in-Eclipse-with-Spring-tp57174

Re: Camel & Virgo in Eclipse (with Spring)

2012-08-15 Thread shahed100
If I place camel-spring-2.10.0.jar in the pickup directory, it sort of works, but I still need to re-deploy my app as it loads before camel-spring gets loaded. Perhaps I need to add some sort of dependancy in my manifest. -- View this message in context: http://camel.465427.n5.nabble.com/Cam

Camel & Virgo in Eclipse (with Spring)

2012-08-15 Thread shahed100
I am new to Camel / Virgo, but have managed to get Camel working in Virgo, by 1. Adding all the jars in Camel 2.10 release to a Virgo repository 2. Deploying camel-spring bundle (Which then loads camel-core) 3. Deloying a sample app which has only a camelContext which starts a timer and logs the