You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using obr: URL, it doesn't try to install the bundle dependencies, only the bundle itself.
Let me take an example:
org.apache.servicemix.bundles.commons-dbcp bundles has a dependencies to org.apache.servicemix.bundles.commons-pool and javax.activation
when I use obr:deploy org.apache.servicemix.bundles.commons-dbcp, commons-pool and Geronimo J2EE bundles to satisfy dependencies
when I use osgi:install obr:org.apache.servicemix.bundles.commons-dbcp, only the commons-dbcp bundle is installed, not the bundles required to satisfy the dependencies (like commons-pool)
The obr: protocol handler should discover and use the RepositoryAdmin service to resolve the dependencies.
Affects: 1.3.4
Votes: 0, Watches: 0
The text was updated successfully, but these errors were encountered:
Jean-Baptiste Onofre created PAXURL-139
When using obr: URL, it doesn't try to install the bundle dependencies, only the bundle itself.
Let me take an example:
The obr: protocol handler should discover and use the RepositoryAdmin service to resolve the dependencies.
Affects: 1.3.4
Votes: 0, Watches: 0
The text was updated successfully, but these errors were encountered: