Unable to find dynamically loaded languages when using OSGi
-----------------------------------------------------------
Key: CAMEL-1221
URL: https://issues.apache.org/activemq/browse/CAMEL-1221
Project: Apache Camel
Issue Type: Bug
Components: camel-osgi
Affects Versions: 1.5.0
Environment: OSGi Equinox 3.4.2
Reporter: Michael Mansell
The camel-osgi component only supports loading Components via the OSGi bundles
in the 1.5.0 release code. It looks like someone started to add more things
that can be automatically loaded on the trunk, because there was a refactor to
allow TypeConverters to be added via OSGi bundles.
Definitely, adding Languages is still missing (both in 1.5.0 and on the trunk).
Perhaps there are more as well, as I'm not up on all the things that Camel
loads using the same mechanism.
I've got Languages working by patching my copy of 1.5.0 (basically by creating
my own version of the LanguageResolver based on the OSGiComponentResolver), but
as the refactor seems to be taking the code in a different direction, I'm not
going to push a patch yet.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.