Import package in OSGI fragment which is not specified in host bundle

176 views Asked by At

I have to provide some UI customization of a bundle and for that i am using osgi fragment . Scenario is i want to include another bundle in my fragment module which has no reference in host bundle for example in fragment module i want to include package defined in some other bundle but not in host bundle .

I have tried using Import-Package Bundle-classpath but no success

Kindly guide me if it is possible or any other solution to solve this problem.

0

There are 0 answers