Tagged Questions
The obr tag has no wiki summary.
4
votes
2answers
957 views
1
vote
3answers
309 views
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?)
...
1
vote
1answer
548 views
Apache Felix Bundle Repository - Calling from another bundle
I have a simple test program which is designed to consume the Apache Felix Bundle Repository bundle service however I am having trouble configuring it through eclipse.
I am using the jar for the ...
0
votes
1answer
71 views
p2 and OBR implementation for Equinox
My question is twofold: is there any OBR (as of the OSGi Alliance RFC 0112) implementation meant for Equinox? How does p2 relate to that specification?
To contextualise, I am interested in OSGi ...
0
votes
1answer
180 views
Proxying Maven Central with Nexus to OBR
I am attempting to Proxy and Shadow the Maven Central repository with Nexus. Following the instructions in the cookbook here. It just might be the sheer size of Maven Central but the shadow obr.xml is ...
0
votes
1answer
150 views
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):
---------------------------
...
0
votes
2answers
463 views
Examples for encoding HL7 segments (OBR and OBX)
I have been tasked with creating some HL7 message segments from some test patient data. Specifically, I need to output some OBR and OBX segments. I have the HL7 spec but would be really helpful is to ...
0
votes
1answer
65 views
Definition of OBR in OSGI specs?
Does anyone know where OBR (OSGI Bundle Repository) is defined in the OSGI official specs? I looked at Core, Compendium and Enterprise, and couldn't find it. :( Can someone point me to it?
Thanks!
0
votes
2answers
753 views
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 ...