Re: camel-core-osgi

2011-04-06 Thread Donald Whytock
e that's a condition specific to Osgi, it seems like the responsibility for tracking TypeConverterLoader should be in camel-core-osgi. Perhaps tracked by, yes, an OsgiDefaultCamelContextFactory service. Though this raises an interesting question: Given TypeConverterLoader is active, sho

Re: camel-core-osgi

2011-04-05 Thread Willem Jiang
finished loading. If you are setting your application system level great then the camel-core, you may work around that kind of issue. If camel-core-osgi is going to be split into a separate bundle in 2.8, I'd like to suggest adding a couple things: - A service that supplies instanc

camel-core-osgi

2011-04-01 Thread Donald Whytock
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 finished loading. If camel-core-osgi is going to