Try adding:
Import-Package: bundlea.service
to the Bundle A manifest.
Then when bundle A is updated to A', A' will import the package from A which is where bundle B is importing it. So bundle B can "see" the service from A' since it implements the interface from A. (This follows from Tom Watson's explanation.)
See http://www.osgi.org/blog/2007/04/importance-of-exporting-nd-importing.html
--
| BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] |
office: +1 386 848 1781 mobile: +1 386 848 3788 |
_______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
