Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pax URL OBR doesn't try to install the dependencies [PAXURL-139] #190

Open
ops4j-issues opened this issue Aug 14, 2011 · 0 comments
Open

Comments

@ops4j-issues
Copy link

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:

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant