I\'m about to start working on an application that I\'d like to run in an OSGi container, like Virgo. Virgo\'s core platform supplies many of the dependencies I\'m interested in, like the Spring Frame
For some reason one of my bundles fails to load class from another: [2011-09-08 10:57:55.574] Thread-2<UR0001I> User region ready.
I have a WAR file that was built using grails framework and OSGi plugin. When I try to deploy it in Eclipse Virgo it fails because the related dependencies are not yet deployed.
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
Snaps is a (rather new) web framework growing out of the Eclipse Virgo community that (will) allow dynamic开发者_运维问答, componentized web UIs by exploiting the OSGi infrastructure. Apparently it is
I\'m trying to build very simple app that saving data to DB run as osgi bundle (under Virgo). When I try to upload jar to virgo trough webinterface, and get next error.
I find it very weird I couldn\'t find anything useful googling for this so that\'s why I\'m trying here: Could someone please explain to me how I can install Sonatype Nexus repository on Eclipse Virgo
I am getting following exception when I tried to deploy liferay war file into Virgo server. Can any one help me please?
I am doing short-term contract work for a company that is trying to implement a check-in/chec开发者_如何学Pythonk-out type of workflow for their database records.