I\'m trying to wrap a number of jars as bundles that I want other bundles to be able to depend on. With Spring dm Server, this used to be as simple as adding a jar file to a new bundle project, export
I\'m trying to come up with an architecture which allows me to have OSGi bundles distribut开发者_运维技巧ed remotely which get discovered dynamically etc.
I\'m currently porting a very nice demo of a modular web interface using OSGi and Vaadin from \'standard OSGi\' to use Spring DM.
In our project (Osgi, Spring-Dm, Apache-Felix) we are having some issue on production when BundleContext.getServic开发者_C百科e() return null.
I am getting following exception when I tried to deploy liferay war file into Virgo server. Can any one help me please?
We started using Apache Felix Karaf for a project, and make use of Blueprint Services. Now, I would like to use Spring Dynamic Modules in order to have access to advanced DI functionality and testing
I\'ve been having problems configuring an ActiveMQ broker through an xBean-parsed external XML file. At this point, ANY help, tips, pointers, hints or even cheering-up are appreciated. Here\'s my issu
We are currently researching OSGI at work and I need to provide a proof of concept on its use with spring dm and spring-ws in the appropriate application server(tomcat / jetty).Does anyone have a exam
I have a project that is build up from several OSGi bundles. One of them is a generic Database bundle that defines a DataSource that can be used throughout the project. The spring bean definition of t
I developed an enterprise application using spring, struts and hibernate, now I want to transfer it to work with OSGi dm server.