The other day I had created a few OSGi bundles in Eclipse and deployed the same in the Equinox framework of Eclipse..
These same bundles when I deployed in Felix.. it gave an error stating it was not able to find the classes .. esp those which were exposing the services.Next I added the following bundles in the manifest of each of the bundles:
- javax.naming
- javax.naming.event
- javax.naming.spi
And VOILA !!! it worked .... :-)
Great Work !! :}
ReplyDelete