-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.5-ER2
Bundle with camel integration cannot load SQL and ELSQL component classes when spring-jdbc was manually installed before.
karaf.log
13:02:28.553 ERROR [RMI TCP Connection(13)-192.168.1.37] Unable to load class org.apache.camel.component.sql.SqlComponent from recipe BeanRecipe[name='sql']
Our camel integrations use DynamicImport-Package to load dynamically camel components.
MANIFEST
DynamicImport-Package = org.apache.camel, org.apache.camel.*
If I explicitly set up org.apache.camel.component.sql package in Import-Package, everything starts to work as intended.