error :javax.transaction.TransactionRolledbackException

2005-10-05 Thread Deepesh
Hi, I am trying to deploy an application [.ear] I am using the geronimo M5 version The application is deployed with out any errors After the deployment when i try to login to the application i got the below errror 10:09:19,058 DEBUG [EjbRequestHandler] setting cl=[org.apache.geronimo.ker

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-10-05 Thread David Jencks
I got a no-security version working and made a lot of progress on a SSL UP version, but there is still more to do on the latter. I think you can try the no-sec version by copying src/plan/magicgball-corba-nosec-plan.xml over src/plan/magicgball-corba-plan.xml and then running: maven -o

Re: Custom login module

2005-10-05 Thread Ivan S. Dubrov
Hello, >My hack was a little cleaner. I was adding the jar containing my >custom login modules as a dependancy to first j2ee-server-plan.xml but >since the j2ee-security-plan.xml was established I have had to move >the dependancy for my security jar up to the parent configuration of >both the serv

castor-0.9.5.3.jar0000644 causes NoClassDefFoundError

2005-10-05 Thread Tom McQueeney
In the geronimo-1.0-M5.tar.gz distro, it looks like the Castor jar files got named badly in the console webapp, causing a NoClassDefFoundError. This problem doesn't seem to exist in the ZIP version of the M5 binary. I found the problem by first unzipping the .gz version of M5, setting Geronimo

Re: Custom login module

2005-10-05 Thread Scott Anderson
> > If I add my login module classes into the geronimo-security-1.0-M5.jar > (very dirty hack, of course :) ), it works. So I have some misunderstanding > with the class loading, I think. My hack was a little cleaner. I was adding the jar containing my custom login modules as a dependancy to first

Re: Custom login module

2005-10-05 Thread Kevan Miller
Hi Ivan, What's the context-priority-classloader setting for your web app? If defaulting or false, can you set to true? Also, anything in your geronimo.log? I've never setup a custom login module. If the above doesn't help resolve, if you can make your app available, I'll have a look at it... --k

Custom login module

2005-10-05 Thread Ivan S. Dubrov
Hello, I have a problem with custom login module - the Geronimo does not find it. I have the following in the geronimo-application.xml (irrelevant parts are omitted): http://geronimo.apache.org/xml/ns/j2ee/application"; configId="myapp" parentId="org/apache/geronimo/Server">