Raman Gupta Messages: 12 Registered: December 2010
Junior Member
I have a non-scoped (global) plan A and a scoped plan B.
Plan A contains a bundle which exposes an OSGi service. This OSGi service is consumed by plan B. I was expecting this to work fine without explicitly declaring the "org.eclipse.virgo.service.scope=global" service property in A, since A is a globally scoped plan.
However, the service was only visible to the bundle in plan B when I explicitly added the "org.eclipse.virgo.service.scope=global" service property in the bundle in plan A.