Am a noob in OSGI development. Due to requirements, I had created a osgi bundle project, for a custom user registry feature in Eclipse with WDT and subsequently a feature project to export a .esa file for it.
I'm then able to install the feature into our websphere liberty, however when start it hit the error below:
Unresolved Requirement Require-Bundle: com.ibm.websphere.v85.core
The bundle require the plugin in order to build for the custom user registry. Once I have added the required plugin com.ibm.websphere.v85.core
i can build successfully.
I have tried to include the bundle together when i export the feature, but the same error persist.
Any advice on how to solve this dependency issue?