obr

Karaf Cave vs org.apache.felix.bundlerepository

笑着哭i 提交于 2019-12-07 18:46:32
问题 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 it. The problem is: when I install the bundle via OBR and all its dependencies are already installed in OSGI runtime, it is installed successfully. But if some of the requirements are missing, I got an "Unsatisfied requirements" error, which is

Karaf Cave vs org.apache.felix.bundlerepository

痴心易碎 提交于 2019-12-06 13:43:04
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 it. The problem is: when I install the bundle via OBR and all its dependencies are already installed in OSGI runtime, it is installed successfully. But if some of the requirements are missing, I got an "Unsatisfied requirements" error, which is odd, since I know for sure that all the resources which resolves these requirements are present in the

OSGI OBR repository hosting?

孤者浪人 提交于 2019-11-30 00:33:01
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 like its too expensive for mere mortals (as price for pro is nowhere to be seen). SpringSource , Apache Sling , and the OSGi Alliance have repositories and ServiceMix has its own bundles but all are privately maintained with varying levels of public influence. There's an old public repository out there that Richard Hall used to maintain. This is

OSGI OBR repository hosting?

ぐ巨炮叔叔 提交于 2019-11-28 21:26:21
问题 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 like its too expensive for mere mortals (as price for pro is nowhere to be seen). 回答1: SpringSource, Apache Sling, and the OSGi Alliance have repositories and ServiceMix has its own bundles but all are privately maintained with varying levels of