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
1 answer

OSGI service binder in Eclipse Virgo

In order to manage dynamic dependencies between OSGI services, the service binder bundle was introduced here. This service controls the availability of required services in the OSGI platform and establishes the bindings between services following…
Houcem Berrayana
  • 3,052
  • 22
  • 40
0
votes
1 answer

springDM Configuration Admin bulk properties change

So, I have springDM managed properties
Eugene
  • 117,005
  • 15
  • 201
  • 306
0
votes
1 answer

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 settings but I don't have a clue where to start. Is…
baklap
  • 2,145
  • 6
  • 28
  • 41
0
votes
1 answer

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 occasional) struggles, I got my project running on Virgo…
Jan
  • 356
  • 1
  • 2
  • 9
0
votes
2 answers

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 User region ready. [2011-09-08 10:57:56.580] fs-watcher Hot deployer processing…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
0
votes
1 answer

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 provided. When I deploy the war helloworld.war on tomcat7…
Pradeep Kumar Mishra
  • 10,839
  • 4
  • 25
  • 26
0
votes
1 answer

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, exporting all the classes, and ensuring the jar file was…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
0
votes
2 answers

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 as Virgo bundles (call these A and B). Then, I…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
0
votes
1 answer

jmxPermissions.vbs sets no permissions

Im trying to start virgo server with vsphere sdk version 6.7 in my local machine and getting this error. λ startup.bat WARNING: jmxPermissions.vbs did not update the permissions of \vSphere Client…
Santosh b
  • 729
  • 1
  • 8
  • 19
0
votes
0 answers

Virgo 3.7.2 deployment issues

I'm trying to start migrating to Eclipse Virgo 3.7.2 to move to Spring 4.3.9. I'm getting a stream of Uses violation errors that we didn't have before with 3.6.4. I had to make some adjustments to migrate the spring schemas and remove the…
wanatos51
  • 1
  • 1
0
votes
1 answer

Virgo server plugin resolver conflict

I have two bundles, A export two packages, and then B use these two packages(org.dom4j , org.dom4j.io) , and B still uses spring packages exported by other bundles. If I load bundle A then load bundle B in the osgi console, there is no resolver…
Max
  • 95
  • 6
0
votes
1 answer

Gemini Blueprint - PackageAdmin service reference is returning null with spring mvc in IBM Liberty

I am trying to deploy the spring osgi application in IBM Websphere liberty server using gemini blueprint virgo DM. While deploying the application, I am facing the below error, says " ....PackageAdmin service is required . Can anyone has an idea on…
0
votes
1 answer

Eclipse: Virgo tooling plugin installation using P2 directory

I am trying to install Virgo tooling Eclipse plugin using the P2 installation directory, since I want to install directly from command line and not from GUI. I am getting the below error and seems like some dependencies issues are there. I tried…
bajrang
  • 51
  • 4
0
votes
2 answers

OSGi: How to get Classloader of other bundle

I have a Virgo-Tomcat-Server running. There is an EnumMap, whose key is bundle.a.MyEnum Context from this map is received via bundle.b and Spring expression language using a SpelExpressionParser, a sample expression would be…
pma
  • 860
  • 1
  • 9
  • 26
0
votes
1 answer

Add osgi bundle to Virgo Runtime server

I'm trying to test Eclipse Virgo server as OSGi container for my bundles. I was wishing to get easy debug possibilities, compared to deploying all bundles through Karaf console and remote debugging. I've followed the instructions from…
9ilsdx 9rvj 0lo
  • 7,955
  • 10
  • 38
  • 77