Re: Possible class path class loader problem when using Spring ClassPathXmlApplicationContext class

2005-09-23 Thread paul . newport
Just an update on this: 1) some test code where a servlet tries to load the initial context works 2) some test code where a servlet calls an EJB which tries to load the initial context works 3) My application EAR still has the original problem 4) I cannot provide the EAR I'm afraid (too big to

Re: Possible class path class loader problem when using Spring ClassPathXmlApplicationContext class

2005-09-23 Thread Kevan Miller
Hi Paul, Thanks for doing all that! Now if only it had identified your problem... Are you running on M4 or have you built from HEAD? Do you see anything in the log? I don't have any suggestions at the moment for gathering additional information, but will look into it... --kevanOn 9/23/05,

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-23 Thread David Jencks
On Sep 23, 2005, at 12:00 PM, lin sun wrote: Made more progress!! And Thanks so much AGAIN for your help! The code below works very well, except that I had to use private final char[] password = { 'm', 'a', 'n', 'a', 'g', 'e', 'r' }; instead to pass the compiler error. Now got the

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-23 Thread lin sun
I decided not to try the no security approach and wait a bit. I will try my best to watch the fix from the other lists, but if you could kindly tell me when the missing security beans are in the HEAD I'd highly appreciate it! Thanks again, Lin --- David Jencks [EMAIL PROTECTED] wrote: On

Re: EAR Deployment error in Geronimo: StackOverflowError

2005-09-23 Thread David Jencks
I've never seen this in M4. Can you check (by debugging, logging, etc) that the stack overflow error is not occurring in your servlet init method? thanks david jencks On Sep 23, 2005, at 2:26 PM, axay (sent by Nabble.com) wrote: Hi, I am using Geronimo 1.0M4 on Fedora Core 2 and JDK1.4.

Re: ear deploy error in geronimo

2005-09-23 Thread David Jencks
Can you please post your requests only once, under one name, from one email address? thanks david jencks On Sep 23, 2005, at 2:54 PM, Akshay Panda wrote: Hi, I am using Geronimo 1.0M4 on Fedora Core 2. While deploying an EAR application got the following errors. It doesn't point to any

Re: Re:Unable to build the geronimo from source code

2005-09-23 Thread Aaron Mulder
Often this means that you have a Geronimo process running in the background. Trying hitting Ctrl-C and then listing and killing all Java processes that might be Geronimo. Then if you run the build again it should work. AaronOn 9/23/05, deepesh [EMAIL PROTECTED] wrote: Hi Arron and

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-23 Thread Ted Kirby
You are about to get the the point where the missing security gbeans on the app client will block progress. I have been hoping for several days to put a plan for these together but have not had time yet. Perhaps today will be the day. thanks david jencks I took a crack at this, and got it to