Hi,
In my MANIFEST.MF I have the following dependency:
Import-Package: javax.persistence;version="2.0.4",
org.apache.felix.service.command;version="0.8.0",
org.osgi.framework;version="1.3.0"
There is no org.apache.felix.service.command bundle. I understand that org.apache.felix.service.command is provided by org.apache.felix.gogo.* and I have those bundles configured in the run configuration. Yet when I launch the bundle (or run diag on it in the OSGI container) I get
initial@reference:file:../../Users/StromA/workspace-osgi/com.rsa.ams.osgi.jpa/ [17]
Direct constraints which are unresolved:
Missing imported package org.apache.felix.service.command_0.8.0.
Can anyone explain what is going on here? I'll be much obliged. TIA
-a