Re: camel-core-osgi

2011-04-06 Thread Donald Whytock
Working with different service levels would work, but it would mean every bundle that's dependent on Camel, or dependent on bundles that are dependent on Camel, would need to be at the higher service level. The Felix and OSGi groups seem to recommend against this approach; they advocate being able

Re: camel-core-osgi

2011-04-05 Thread Willem Jiang
On 4/2/11 6:33 AM, Donald Whytock wrote: I was able to build an app with OsgiDefaultCamelContext, but I had to add a ServiceTracker to wait for org.apache.camel.spi.TypeConverterLoader to be registered. Before I did that, my bundles were trying to create SEDA queues before camel-core had finishe