Questions tagged [eclipse-virgo]

For questions about Eclipse Virgo which is a Java application server based the Eclipse Equinox OSGi runtime. It allows modular application development using OSGi primitives as well as offering a smooth transition path for traditional Web Applications.

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 non-web applications or to construct non-HTTP servers. The Virgo Web Server adds the Tomcat-based Gemini Web container to the kernel to provide servlet support. Virgo will provide Gemini Web-based and Jetty-based variants of its web server, in addition to the kernel.

113 questions
18
votes
3 answers

Spring unable to locate OSGi namespace handler

I have a spring MVC projet that runs on eclipse virgo OSGi platform. When I attempt to import an OSGi service using tag I get the following exception : Servlet /Web threw load() exception…
Houcem Berrayana
  • 3,052
  • 22
  • 40
14
votes
2 answers

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 anyone has a clear, concise answer…
7
votes
3 answers

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 can be created dynamically and a customer manages…
andreas k
  • 136
  • 6
7
votes
1 answer

Eclipse Virgo shutdown for no reason on EC2

I'm having a problem of a clean install of Eclipse Virgo (3.5) shutting down apparently for no reason once it's started on a Ubuntu image 12.04 on Amazon EC2. I'm starting Virgo from SSH, startup works fine but after some hours the server stops, the…
Tarelli
  • 634
  • 7
  • 18
6
votes
2 answers

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).
Chiron
  • 20,081
  • 17
  • 81
  • 133
6
votes
2 answers

Using tx:annotation-driven prevents Autowiring a bean

I'm developing a module on an OSGi application, using Spring MVC and Virgo Webserver. On my module I have a Controller, that access a Manager, which has a list of handlers that are responsible for handling report generation. Everything was doing…
Alvaro Cavalcanti
  • 2,938
  • 4
  • 21
  • 31
5
votes
1 answer

Eclipse Virgo vs Apache Servicemix

I'm new to OSGi topic, but try to learn something about this technology. After some resarch, I can't find answer to the question: What is the real difference between Eclipse Virgo and Apache ServiceMix? What I've done to reveal this mystery…
PastorPL
  • 968
  • 3
  • 17
  • 36
4
votes
2 answers

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 does not seem to contain a bunch of hand waving…
ShabbyDoo
  • 1,256
  • 1
  • 11
  • 20
3
votes
2 answers

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 Framework, but I'd also like to use Spring Integration.…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
3
votes
6 answers

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 appear in my list of options. So far I've been using…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
3
votes
1 answer

Use restlet with Eclipse Virgo

I am trying to integrate restlet in an application using Eclipse Virgo as the application server. As Virgo is based on OSGi, I had to use the org.restlet.osgi libraries and the newest version (restlet 2.2.3) that doesn't rely on Java 1.7 because the…
Dan D.
  • 32,246
  • 5
  • 63
  • 79
3
votes
2 answers

How to debug custom Heroku buildpack: release script not being driven

I am developing an Eclipse Virgo buildpack but when I try it with Heroku and push a trivial app, detection fails: -----> Fetching custom git buildpack... done ! Heroku push rejected, no Cedar-supported app detected The buildpack's detect script…
glyn
  • 1,180
  • 8
  • 19
3
votes
1 answer

Spring Security and OSGi

I am trying to create a simple example using Spring Security 3.1.3 on Virgo 3.6.0.M03. The example consists of 3 bundles: security bundle configuring and publishing an AuthenticationManager
Rigas Grigoropoulos
  • 273
  • 1
  • 2
  • 10
3
votes
1 answer

Access Spring configuration file in web application bundle

Im having a hard time getting a Spring project to run on Virgo 3.0.2, and more precisely reading the applicationContext file, here is my StackTrace: [2012-05-01 09:44:37.681] DEBUG Thread-130 …
Mosbah
  • 1,347
  • 1
  • 14
  • 28
2
votes
2 answers

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 dependencies using Maven WAR plugin. I need to command…
nobeh
  • 9,784
  • 10
  • 49
  • 66
1
2 3 4 5 6 7 8