Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2011-06-08 Thread ttiurani
Hi, I have this same problem with a dll and a classloader and can not seem to get past it. David Jencks wrote: > > I think this is similar to Kevan's suggestion. However, all you need > is the classloader, not a gbean. Kevan's sharedlib reference idea > should work, however I would recomm

Geronimo 2.2.1 and OpenJPA 2.0.0

2011-01-11 Thread ttiurani
Hi, I am unable to install the OpenJPA 2.0.0 plugin to Geronimo 2.2.1 by following these instructions: https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/README.txt The installation fails with the error message: "Current file being operated on... Downloading org.apache.openjp

Re: issue deploying webapp with security realm

2010-06-07 Thread ttiurani
Ivan Xu wrote: > > Sorry, I forgot to mention it in the last email, you might need to add a > global gbean attribute for realm. > true > Thanks again Ivan! This configuration file now works for G2.2.: http://geronimo.apache.org/xml/ns/deployment-1.2"; xmlns:xsi="http://www.w3.

Re: issue deploying webapp with security realm

2010-06-07 Thread ttiurani
Unfortunately I ran into more problems with deploying a custom security realm inside an ear to Geronimo 2.2. Even though I am now able to successfully deploy the security realm to G22, I can not get a reference to the LoginModule. This is the stack trace I get: javax.security.auth.login.LoginExc

Re: issue deploying webapp with security realm

2010-05-26 Thread ttiurani
Thank you! Deployment works for G2.2. when the gbean name to matches the realm name. Ivan Xu wrote: > >I checked your application, a little change to your > geronimo-application.xml file : >---> > name="MySecurityRealm" > class="org.apache.geronimo.security.realm.GenericSe

Re: issue deploying webapp with security realm

2010-05-25 Thread ttiurani
Hi, thanks for the quick reply! Putting the security realm geronimo-web.xml doesn't help. Please find attached a sample test application. Run "mvn verify" to see deployment on Geronimo running on localhost. I have tested it with java 1.5.0_17 and 1.6.0_18 with Geronimo versions 2.1.3, 2.1.4 and

Re: issue deploying webapp with security realm

2010-05-24 Thread ttiurani
Hi, I am getting the same error with geronimo 2.2, but there does not seem to be any way around my problem. I am trying to deploy my application with one .ear-file and use a custom security realm that is created with geronimo-application.xml and referenced in geronimo-web.xml. This does not seem