Null pointer exception when deploying Apache Jackrabbit JCA resource adapter

2006-11-14 Thread Gary
I'm trying to deploy the Apache Jackrabbit JCA resource adapter that is available at the jackrabbit site: http://jackrabbit.apache.org/downloads.cgi . I get a null pointer exception when I deploy the rar. Is there something wrong with my deployment plan ? Output from the console, ra.xml and

Re: Login failure in deploying DayTrader on Geronimo

2015-02-27 Thread gary
hi,it is an AuthenticationFailedException according your log. Did you do any customized action with geronimo server. I means do you have update geronimo-home/var/security/users.properties. It looks like you could get the authentication by the user *system *with password manager. -- View this

Running under Eclipse

2006-02-06 Thread Gary Karasiuk
I'm trying to run the 1.0 version of Geronimo under Eclipse, to debug a problem I'm having. I've been following the instructions in the wiki: http://wiki.apache.org/geronimo/EclipseDeployment I'm confused when reading the Creating Maven and Server Launch Configurations section. It keeps

Re: Running under Eclipse

2006-02-06 Thread Gary Karasiuk
. - sachin On Feb 6, 2006, at 11:49 AM, Gary Karasiuk wrote:Yes, I downloaded the source tree. That seemed to go ok . To be specific I downloaded from here:http://svn.apache.org/repos/asf/geronimo/tags/1.0.0I followed the build instructions, but the first problem I had was with step:maven

Hot Deploy?

2006-02-07 Thread Gary Karasiuk
Is there a way to hot deploy changes to a running application? For example if I wanted to change a couple of servlets (i.e. .class files) in my war. And/or if I wanted to change a couple of jsp files.