|
Re: Installing OpenEJB in Eclipse Virgo [message #642844 is a reply to message #641552] |
Thu, 02 December 2010 22:11 |
|
The problem comes from the fact that OpenEJB WAR was not meant to be used in OSGI environment, but with standalone Tomcat.
In Virgo the application is confronted with the strict OSGi classloading rules.
I had a quick look at the Installer class and what it tries to do is load some classes from lib (where most of the EJB code resides), while in fact the loader can rely only to WEB-INF by default.
Besides the class loading the Installer tries to copy files in lib folder of Tomcat and install java agent. I don't think this will (or should) be possible on Virgo.
This guide http://openejb.apache.org/osgi-openejb.html may proof to be of use.
|
|
|
Powered by
FUDForum. Page generated in 0.04237 seconds