Hello experts , I am new to Felix . We have been using Jboss AS version 7 and CXF DOSGI to expose OSGI services . We have packaged these bundles with all the service implementation classes are packaged in separate plain jar file . This jar is listed on bundle-classpath in manifest file of the bundle and is placed at root of the bundle .
everything works fine. Now we are trying to deploy this bundle in Felix which is part of FuseESB . We are exposing services using blueprint and the service implementation class is still in the plain jar file. However I get an exception org.osgi.service.blueprint.container.ComponentDefinitionException Caused by: java.lang.ClassNotFoundException: So my question is how should I package this bundle . I cannot convert the plain jar file to a bundle . Why the blueprintcontainer is not able to resolve the classes in the jar files listed on Bundle-ClassPath: Appreciate any insights on this . Thanks Sunil -- View this message in context: http://apache-felix.18485.n6.nabble.com/Bundle-packaging-for-Blueprint-and-ClassNotfoundexception-tp4999656.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

