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
1
vote
2 answers

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 "Slices", the previous attempt at this. What I am…
Boris Terzic
  • 10,858
  • 8
  • 45
  • 59
1
vote
2 answers

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] start-signalling-4 …
1
vote
1 answer

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 server? I tried on my linux (ubuntu server) and…
prefabSOFT
  • 1,143
  • 1
  • 12
  • 23
1
vote
2 answers

getting 'Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]' with spring 4

I am upgrading spring versions of our OSGi project to spring 4.2.x. I have removed Spring DM dependencies and add Gemini Blueprint dependencies (org.eclipse.gemini.blueprint.core,org.eclipse.gemini.blueprint.extender,org.eclipse.gemini.blueprint.io)…
Darshana
  • 2,462
  • 6
  • 28
  • 54
1
vote
1 answer

Eclipse Virgo increasing start/stop time-out [vagrant]

Am trying to configure an Eclipse Virgo (Tomcat Apache) instance via Vagrant. All went well but when I'm trying to start the server up now. It always return this message Kernel failed to start within 180 seconds.. Now I'm stuck and don't…
David B
  • 3,269
  • 12
  • 48
  • 80
1
vote
0 answers

Unable to start Cassandra Daemon 1.2.4 with Java 8

Hi I am using Cassandra 1.2.4 with Java 8(moving on from 7) as a service .I can run cassandra as a standalone process without any hassle, however when I use it with an Apache Virgo application(3.7.0.D-20150114193621) it fails. Following is the…
heisenberg
  • 73
  • 1
  • 8
1
vote
3 answers

An Import-Package could not be resolved Error in Deploying Flex UI project

I am developing simple VSphere Web Client plugin in Eclipse Juno with Vijava 5.5 and Vsphere sdk 5.5.. My project was working fine till yesterday. Today I tried to change the sdk to Vsphere sdk 6.0. From that onwards I am getting Following Error…
Selva
  • 11
  • 1
1
vote
0 answers

Cannot start virgo server if 8dot3name is disabled for disk where virgo is installed

I'm trying to start Eclipse Virgo Server on Windows 2012 Server env. The disk I'm trying to install to has disabled 8dot3name option and there is no possibility to enable it. Here is the exception I get after running startup.bat The activator…
user2997302
  • 115
  • 2
  • 10
1
vote
2 answers

are Virgo tools actively maintained?

Virgo tools limits the maximum Dynamic Web Module version of Web Application Bundles to the old 2.5 It seems that my Virgo server version (3.6.2) is using Tomcat 7, that is able to manage more recent servlet specifications (I need 3.0) I'm beginning…
hiebra
  • 43
  • 1
  • 6
1
vote
2 answers

Eclipse Virgo Injected JPA EntityManager does not connect to Database

I am using Eclipse Virgo and I am trying to get annotation driven transaction management running but I keep running into the same issue. Problem is that the EntityManager is injected and not null. But any query fails due to a connection error. I…
Coen Damen
  • 2,009
  • 5
  • 29
  • 51
1
vote
2 answers

Getting a ClassNotFoundException when trying to configure a custom session manager in virgo tomcat

I am using the eclipse virgo server with embedded tomcat. I want to use a custom session manager which I have created and it is present in an osgi bundle. I have configured the osgi bundle as a fragment with the catalina bundle being the fragment…
Moiz Raja
  • 5,612
  • 6
  • 40
  • 52
1
vote
0 answers

Equinox Weaving doesn't work in Virgo tomcat

I'm using equinox weaving to do aspect across bundles in Virgo tomcat, I followed the weaving sample. It worked fine in eclipse target platform. But when I deployed into virgo, it didn't work. I modified config.ini like…
1
vote
1 answer

How to connect JProfiler to Virgo Server running in remote linux machine

Please help me how to connect JProfiler from windows machine to remote Virgo Jetty Server which is running in linux server. Below are the steps I am following From Choose Integration Wizard selecting Eclipse Virgo(Next) Then I am selecting option…
1
vote
1 answer

Osgi Spring DM - Retrieve all beans by Bundle

Using Eclipse Virgo i have a Bundle with a bean that implements BundleContextAware, i add a addBundleListener and receive the events correctly when a Bundle is started or stoped, thats OK. and have a bundle installed by the bundleChanged event. Now,…
jrey
  • 2,163
  • 1
  • 32
  • 48
1
vote
1 answer

Is there other a way to deploy virgo-compatible bundles to other application servers?

I am developing bundles in Eclipse Virgo, but I have faced customers in the past who insist on using a specific application server such as WebLogic. Is there a way to use OSGi on every Java EE appliction server?
AmirMV
  • 215
  • 1
  • 11