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
0
votes
2 answers

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 jar:file:/D:/VGP/Servers/Spike-liferay inside…
Vishal G
  • 171
  • 3
  • 11
0
votes
1 answer

Eclipse Virgo: Different startup order on Linux vs. Windows => How to fix?

The AProMoRe project is using an Eclipse Virgo server as the base. For the startup handling there are multiple ".plan" files to load the required artifacts. They are copied in the Virgo "pickup" folder and are named as…
Philip Allgaier
  • 3,505
  • 2
  • 26
  • 53
0
votes
0 answers

Unable to start virgo-tomcat server under Cygwin

I'm unable to start virgo-tomcat-server-3.6.4.RELEASE under cygwin-64bit on Windows 7. It's converting paths properly, but still getting below error: !SESSION Fri Aug 05 15:51:09 IST 2016 ------------------------------------------ !ENTRY…
kaluva
  • 621
  • 8
  • 27
0
votes
1 answer

How to include Maven dependencies in Manifest file

I am developing a plugin for the OSGI application, using maven to compile. In order to install the plugin, the OSGI application should read the information about plugin dependencies. This information should be provided in the MANIFEST.MF file. What…
mr. Holiday
  • 1,780
  • 2
  • 19
  • 37
0
votes
0 answers

STS 3.7.2 does not support virgo? Any tooling support?

I am using Spring Tool Suite(STS) as IDE. My current version is sts-2.9.1. I am trying to upgrade my java version to java1.8. As my current version of STS doesnot support java1.8, I decided to upgrade STS. For which, I have installed latest…
Mr ASquare
  • 391
  • 1
  • 8
  • 22
0
votes
1 answer

Can i create separate properties file for Virgo OSGi bundle?

I have Tomcat Virgo Server. I am deploying couple of OSGi bundles. I want to expose settings through properties, so the service within bundle can read it though Java System.getProperty(String) API. Is it possible ?
Dave
  • 67
  • 1
  • 5
0
votes
1 answer

Spring DM (Dynamics Modules), OSGI and Greenpages application

The 'Greenpages app' is a sample web application available in Eclipse Virgo site that provides a example of using OSGI and Spring DM together and can be deployed in Virgo container. See: http://www.eclipse.org/virgo/samples/ . I was able to run the…
JohnMake0
  • 25
  • 4
0
votes
1 answer

How to upload my OSGi&JAX-RS application for Virgo?

I have a few questions about my server OSGi & JAX-RS. I built the server using the configuration of this tuturial: http://eclipsesource.com/blogs/2014/02/04/step-by-step-how-to-bring-jax-rs-and-osgi-together/ My project compiles without problems in…
wojas.
  • 15
  • 6
0
votes
1 answer

Load properties files in virgo class path

I am migrating my application from standard war to virgo-osgi modularity bundles. Before we used tomcat application server with war deployed. We load all properties file from tomcat lib folder as class path loading. Can i use same way in virgo…
user1926519
  • 51
  • 1
  • 1
  • 4
0
votes
0 answers

OSGI classloader DTMManager

I am converting an existing application over to OSGI and have ran in to the following issue: [2015-04-24 15:13:07.575] DEBUG start-signalling-3 o.e.gemini.web.tomcat.internal.loading.BundleWebappClassLoader …
0
votes
2 answers

eclipse virgo with velocity java.lang.ClassNotFoundException: org.apache.velocity.exception.VelocityException

I am facing problem to integrate velocity with virgo. I used apache velocity with my web application. i am using com.springsource.org.apache.velocity-1.6.2.jar please find my configurations below MANIFEST.MF Import-Package: …
user1926519
  • 51
  • 1
  • 1
  • 4
0
votes
2 answers

Is it possible to build multiple versions of the same module?

I'm trying to design a solution that allows a single Virgo application to provide backwards compatibility for integrating with multiple versions of an external service provider. For example, the application, call it PortalApp, is a portal that…
Tweeds
  • 1
  • 1
0
votes
2 answers

Unable to refer vijava jar file in Virgo Server

I am trying to access java service project from Flex UI project. In Java service project, i am able to import "Vijava" jar file and its packages.. And it build successfully,, But When I add that into "Virgo" server, i am getting error as "Unresolved…
Selvaraj
  • 9
  • 9
0
votes
1 answer

OSGi Virgo integrated with Arquillian

I would like to know if is possible to integrate virgo with arquillian for testing web app Is ? Thanks, Junior
jux
  • 79
  • 11
0
votes
1 answer

Spring plugin does not deploy on virgo

I have a simple plugin. I just need to deploy it in virgo server but unfortunately receive this exception.
celeborn
  • 308
  • 2
  • 13