Tagged Questions

Eclipse Virgo is a Java application server based the Eclipse Equinox OSGi runtime that allows for modular application development using OSGi primitives as well as offering a smooth transition path for traditional Web Applications. Virgo is constructed from a kernel which may be used stand-alone for ...

learn more… | top users | synonyms

4
votes
3answers
406 views

How to provision OSGi services per client

We are developing a web-application (lets call it an image bank) for which we have identified the following needs: The application caters customers which consist of a set of users. A new customer ...
3
votes
4answers
1k views

EclipseRT/Virgo not appearing in Eclipse Server Adapter list

I'm trying to get up and running with Virgo, and I'm following along with what appears to be an excellent tutorial, but I'm at section 7.2 and I just can't figure out why EclipseRT / Virgo doesn't ...
2
votes
2answers
107 views

What's the correct procedure for managing OSGi bundle dependencies?

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 ...
2
votes
1answer
888 views

What is difference between Eclipse Virgo and Eclipse Gemini?

Hey, What is difference between Eclipse Virgo and Eclipse Gemini? (I understand what OSGI does in general).
1
vote
2answers
100 views

What is the difference between Equinox and Virgo?

I'm sure I'll understand the difference as I start doing more stuff related to OSGi, but I thought it was a good question to ask since it's unclear to me from a couple quick Google searches. If ...
1
vote
1answer
105 views

Where can I find a working example of how to remotely invoke an OSGi service contained within Eclipse Virgo?

Can anyone point to a step-by-step tutorial on how to configure a remotely-accessible service contained within Eclipse Virgo 3.0x? I know that standards exist, etc., but I can find NO example which ...
1
vote
0answers
155 views

using the eclipse extension points in virgo

I am encountering a problem here...our team is trying to port an eclipse Eclipse RCP project into the web and so the first step is to try to use Virgo to use the plugins. I have created all the ...
1
vote
2answers
160 views

Is JSF2 usable in concert with the “Snaps” web UI framework based on Eclipse Virgo?

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 the heir of ...
1
vote
0answers
183 views

Has anyone gotten the Liferay portal to deploy onto an Eclipse Virgo Web Server?

I am trying to deploy the Liferay portal onto the Eclipse Virgo Web Server and haven't had much luck. I have at least solved two of the problems involved in this process: 1) The portal.jar that is ...
1
vote
2answers
815 views

osgi spring hibernate virgo example ClassNotFoundException: org.hibernate.cfg.Configuration

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. [2011-02-13 23:19:26.317] ...
1
vote
3answers
245 views

Feedback on Eclipse Equinox - OSGi Framework

I'm looking for toward evolving my app to use an OSGi framework. Eclipse Equinox appears to be a good choice as implementation... and I'm interrested by the Virgo server. But what do you think of ...
1
vote
1answer
443 views

How to run Sonatype Nexus repository on Eclipse Virgo server?

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 ...
0
votes
1answer
56 views

Is there any Eclipse virgo simple project?

I'm trying to check out osgi on web applications. I googled and found out the best way to go would be using spring osgi and virgo. I can't find an easy to setup sample project. Can anyone help me? ...
0
votes
0answers
36 views

Grails App Running on Eclipse Virgo?

Has anyone been able to run a bundled Grails application on Eclipse Virgo? I have been working on this for some time to no avail. I'm running Grails 1.3.7 and have tried to bundle it via the Grails ...
0
votes
0answers
37 views

Issue referecning Spring-aop aspects in OSGI environment

I have used spring aop to log method level information in a osgi bundle, with the follwoing expression - com.* (to make sure it logs for all methods under multiple bundles in the application) unit ...
0
votes
1answer
109 views

OSGi bundle repository with plain Maven JARs

I am working on to reach a solution to deploy a web application as a bundle to Virgo 3.0.1.RELEASE. My scenario is: I use Maven Bundle Plugin to generate the manifest. I exclude all the JAR ...
0
votes
0answers
76 views

MissingPropertyException “context” for CoreGrailsPlugin

I'm trying to run a Grails application in a Virgo Tomcat Server (OSGi) using a modified manifest. I'm currently experience the following exception: MissingPropertyException: No such property: ...
0
votes
0answers
19 views

How to configure jetty bundle on virgo

My rap projects runs on an equinox jetty server. The bundles are started and I'm able to connect to it by going to localhost. Now I want to configure the equinox jetty bundle with some personal ...
0
votes
1answer
64 views

OSGi using SpringDM on Virgo, running from Eclipse, MAC vs Windows development

This question is more of type "has anyone experienced something similar before and if so, what was the issue?". At work I use an iMac to do my daily programming. After some initial (and still ...
0
votes
0answers
26 views

Virgo and RAP context path

I have a virgo kernel server running and running RAP in it. All bundles required are loaded and I am able to access the application with the URL http://localhost/rap?startup=Application.main This ...
0
votes
2answers
123 views

Virgo problem: ClassNotFoundException for an exported class in a started bundle

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. [2011-09-08 10:57:56.580] fs-watcher ...
0
votes
1answer
193 views

Running Standard spring mvc War file in Virgo Server

As per Virgo documentation we can deploy a standard war file without any change. But I am not finding it that way.I created a simple HelloWorld application in spring mvc using maven archetype ...
0
votes
1answer
81 views

Virgo's application deployer API crashing on undeploy

I'm trying to have a bundle deploy other bundles and start them using the org.eclipse.virgo.kernel.deployer.core.ApplicationDeployer mostly like the admin app (org.eclipse.virgo.apps.admin) is doing. ...
0
votes
1answer
58 views

Deploy a bundlet and get the dependent bundles from spring EBR

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. Is there a way to tell ...
0
votes
1answer
212 views

Resolving Virgo dependencies from bundles with jars

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, ...
0
votes
2answers
159 views

Resolving workspace dependencies for Virgo in Eclipse

I'm looking to get started with Eclipse Virgo, so I grabbed the required plugins for Eclipse based on the Programmer Guide. Next, I started two new projects in my Eclipse workspace, both configured ...
0
votes
1answer
366 views

Deploying Liferay in Virgo( Springsource dm server )

I am getting following exception when I tried to deploy liferay war file into Virgo server. Can any one help me please? [2010-11-10 06:24:16.647] start-signalling-3 System.out Loading ...