ops4j / org.ops4j.pax.runner

Multi Framework OSGi Runner
http://team.ops4j.org/wiki/display/paxrunner/
47 stars 39 forks source link

Provision bundles from reference: URLs [PAXRUNNER-399] #409

Closed ops4j-issues closed 13 years ago

ops4j-issues commented 13 years ago

Harald Wellmann created PAXRUNNER-399

Pax Runner shall be able to provision bundles from reference: URLs supported by the new pax-url-reference module, see PAXURL-137 .

This protocol is supported by Equinox and Felix, though not an OSGi standard.

Bundles from reference URLs shall not be downloaded to the provisioning area. They shall be provisioned in place from a file: URL wrapped in the reference: URL.


Affects: 1.7.4 Fixed in: 1.7.5 Votes: 0, Watches: 0


Referenced issues

aggregation of:

depends on:

blocks:

is related from:

ops4j-issues commented 13 years ago

Harald Wellmann commented

https://github.com/ops4j/org.ops4j.pax.runner/commit/ffa4813905c9e67632d3a9f14e9c58c47a575287

ops4j-issues commented 12 years ago

Toni Menzel commented

Harald, is there a way to not use reference urls (e.g. revert to the old behaviour where bundles are downloaded and referenced from within runner/bundles cache ) ?

ops4j-issues commented 12 years ago

Harald Wellmann commented

If you don't use reference URLs, you get the old behaviour - Pax Runner does not convert other URLs to reference URLs automatically.

ops4j-issues commented 12 years ago

Toni Menzel commented

hmm.. actually i was investigating http://team.ops4j.org/browse/PAXRUNNER-405 . Since it broke for them in 1.7.5 i see some relationship. Though i have not been able to reproduced the issue.