Yes, from Camel 2.4, you don't need camel-osgi bundle or
camel-spring-osgi bundle anymore.
BTW, Camel 2.4 is using Spring 3.x by default and I did some JMX test on
the Camel 2.5 snapshot with Spring 3.x, they look good.
Willem
Christian Schneider wrote:
Hi Edwin,
I think the camel-spring
Hi Edwin,
I think the camel-spring component now should work in osgi. So the
camel-osgi is not necessary anymore.
I have not tested this myself though.
In older versions of camel it was extremly important to use the
OsgiDefaultCamelContext if you configure camel outside of spring you
should
Hi,
I have not been able to get certain Camel features working when in an
OSGi environment:
* I cannot get any TypeConverters to be recognized, even though I have a
META-INF/services/org/apache/camel/TypeConverter file with an entry for
the package containing my annotated type converter class.