We have a big (~215 bundles and counting) osgi (felix+springdm) project, build with maven and maven-osgi plugin.
at the moment i\'m developing an OSGi based WebApp with Jetty and Equinox (see: http://wiki.eclipse.org/Jetty/Tutorial/EclipseRT-Jetty-Starter-Kit).
I\'m trying to run an apache cxf endpoint in an equinox osgi environment with jetty 7. I need the endpoint to be on address http://x.x.x.x:8080/ws/endpoint1 and have static resources on the root path
Let\'s imagine I implement the following: public enum ExportAPIForOSGi { ; public static SpecialObject newSpecialObject() {
I am just familiar with OSGi technology - never used but heard of it so many times. I\'ve read several articles \"for dummies\" but I think I still fail to understand its use case completely. Maybe so
I have a problem with my Declarative Services. I have 2 bundles, one is a server provider and another the user interface that consumes the service.
I try to add the gemini blueprint bundles to the bndTool Repository. Unfortunately I could not find out how this works.I have downloaded the Gemini Blueprint bund开发者_StackOverflow社区les and have
I\'m learning Spring DM and I have a problem with Service registry. I\'m using ServiceMix 4.3.0 with embedded Felix instance. I have 2 bundles in my project.
I have a problem integrating GWT into OSGi Equinox container. The entry point webpage runs. I see my first page. However, when I click on a button to realize server call, it does not run.
you need to specify 开发者_StackOverflow中文版classloader to select classes to profile in JIP.But in OSGi platform each bundle has separate class loader which is decided dynamically. JIP has its own a