Questions tagged [obr]

33 questions
14
votes
4 answers

OSGI OBR repository hosting?

Does anyone know of any services that provide OBR for hosting my own Bundles? Something like github - but for bundles. (If not - did anyone ever create their own OBR server, and how hard was it?) EDIT: I found one solution by Nexus Pro, but it seems…
Andriy Drozdyuk
  • 58,435
  • 50
  • 171
  • 272
8
votes
2 answers

Does any one use OSGi's OBR?

Is anyone using the OSGi Bundle Repository and what for?
user33790
  • 91
  • 1
  • 3
7
votes
1 answer

Gradle, OSGi and OBR (or other repository?)

previously I've been using Maven and the maven-bundle-plugin to archive the following: When doing mvn install, local maven repo contains my bundle + all my bundle's deps automatically Local repo becomes OBR repository by mvn bundle:index, also…
Johan Ström
  • 105
  • 6
6
votes
2 answers

Using OBR on Virgo 3.5

I'm looking for a neat way to deploy and manage bundles on our Virgo container, but also want to ensure that should we want to move from Virgo in a few years, we're not heavily tied to it. We're using Maven, so get OBR for free, which could save us…
user1599991
  • 99
  • 1
  • 4
5
votes
1 answer

Install obr plugin in Nexus

I would like to install the Nexus-obr-plugin GitHub in my Nexus oss 2.10.0-02. The OBR-plugin seems not to be shipped in the Standard Nexus OSS. I could find the jar Version of this plugin…
reikermann
  • 53
  • 6
4
votes
0 answers

OSGI Bundle Repository (OBR) capability conflicts during OBR resolution in Apache Felix

I'm investigating the use of OBR in Felix as a deployment option for a large application, but have encountered some initial hurdles. Approach Taken I created a new jar with a manifest.mf listing every single application dependency(basically…
cjbooms
  • 163
  • 8
3
votes
1 answer

Public Maven and OBR repositories for open source projects

I've been working on a small Java project centered around Apache Sling and other technologies (some of the other supporting technologies are open source, and some aren't). I want to share a bundle and a maven archetype from some easily accessible…
empire29
  • 3,729
  • 6
  • 45
  • 71
3
votes
2 answers

How to configure Felix OBR repositories list?

Is there any way to specify a number of OBR repositories in Felix's config.properties file? I do can add a repository at runtime, but I have to do it after restart. "Prefrences Service" does not help, it seems "Bundle Repository" does not use it.
Alexander Azarov
  • 12,971
  • 2
  • 50
  • 54
3
votes
2 answers

Maven to OBR Repositories

Since Maven cannot guarantee that a jar is also a bundle I want to use OBR as my project Repository. Of course in case of OSGi it has a lot of more nice features why I am using it :) So, are there possibilities to add jars published to a Maven…
christian.vogel
  • 2,117
  • 18
  • 22
2
votes
2 answers

Downloading all Jersey OSGi Bundle dependancies automatically

I am trying to use Jersey through OSGi (Karaf, specifically). To do this, I downloaded this bundle jar from Maven and put it into my Karaf deploy directory. However, when I tried to start the bundle, it was unable to resolve any of it's…
Oleksi
  • 12,947
  • 4
  • 56
  • 80
2
votes
0 answers

Karaf Cave vs org.apache.felix.bundlerepository

Good day. I am trying to get the benefits of OBR in my application. I took Karaf Cave (4.0.0) as OBR implementation and org.apache.felix.bundlerepository (2.0.4) as OBR client. I successfully configured the repository itself but I can't properly use…
skapral
  • 1,128
  • 9
  • 26
2
votes
0 answers

Maven / OSGi: deploying to an OBR which is not the maven repos

My maven build installs artifacts locally and requires access to the project's remote maven repository. I don't have write access to that repository - so my builds (containing my changes) are only local so far. When I build, I would like to deploy…
Philipp
  • 4,659
  • 9
  • 48
  • 69
2
votes
0 answers

Deploying 2 versions of the same bundle through OBR

We are using Apache Felix OSGi Bundle Repository v1.6.4 in Apache Karaf. We are programmatically trying to deploy a bundle (say demo-bundle-2.0.0.jar) using obr mean. However another version of the demo-bundle (1.0.0) already exists. We have a…
6ton
  • 4,174
  • 1
  • 22
  • 37
2
votes
2 answers

When a bundle is programmatically started, should dependencies also be started?

Here's the scenario: I have a bundle 'BundleA' installed and started in an OSGi container. A new version of BundleA is available. BundleA is provisioned using Felix Bundle Repository. The new version of BundleA declares a new package level…
Dan Gravell
  • 7,855
  • 7
  • 41
  • 64
1
vote
1 answer

Apache Felix obr deploy error messages

How to read error messages when obr deploy command fails? Here is an example: -> obr deploy configuration-exporter Unsatisfied requirement(s): --------------------------- (&(package=com.google.common.collect)) RoutingService :: DAO …
serega
  • 405
  • 5
  • 10
1
2 3