Karaf v3.0.3
Can the command "bundle:update" update to the latest version of the bundle
without specifying a location?
If so, what is needed on the repository to support this functionality?
***
* Use Case
***
myBundle version 1.0 is installed and running. I have loaded version 1.1 in a
Maven repository. Currently I use the following command:
bundle:update myBundle mvn:foo.bar/myBundle/1.1
Preferred command :
bundle:update myBundle
Additional environment information:
- The myBundle version 1.0 was included in a custom build Karaf distribution.
- Cave and OBR base patching solution is not working because the bundle
contains a service requirement that orb:update considers "unsatisfied".
http://karaf.922171.n3.nabble.com/obr-deploy-fail-due-to-an-quot-Unsatisfied-requirement-quot-that-exist-when-bundle-requires-a-DataSo-td4040122.html
- The Maven repository is simply an Apache web server exposing a directory
following the Maven directories structure
(groupId/artifactId/version/artifactId-version[-classifier].type).
- The Maven repository is configured in etc/org.ops4j.pax.url.mvn.cfg with the
ID "patch_repo"
Paul Spencer