Example previously running with IONA FUSE Camel 1.6, breaks with Apache Came 2.0.0

2009-10-07 Thread praveen.sharma
An example that uses spring configuration to instantiate routes (as shown below), and that was working with the FUSE_Camel 1.6 fails with Apache Camel 2.0.0. Any ideas why the configuration files are looking for org/osgi/framework/BundleContext , and how to fix it. Error == [pache.camel

Re: Example previously running with IONA FUSE Camel 1.6, breaks with Apache Came 2.0.0

2009-10-07 Thread Claus Ibsen
Its called routeBuilderRef now in 2.0 And it looks like you need some osgi.jar in the classpath. On Wed, Oct 7, 2009 at 7:58 PM, praveen.sharma wrote: > > An example that uses spring configuration to instantiate routes (as shown > below), and that was working with the FUSE_Camel 1.6 fails with

Re: Example previously running with IONA FUSE Camel 1.6, breaks with Apache Came 2.0.0

2009-10-10 Thread Willem Jiang
Just one comments, if you are trying to run the camel on a nonOSGi environment, you need to remove the camel-osgi from the class path. Or, you will get the complain about can find OSGi related class. Willem Claus Ibsen wrote: Its called routeBuilderRef now in 2.0 And it looks like you need so