Re: Null pointer when deploying web app

2005-09-19 Thread Aaron Mulder
What version of Geronimo are you using? For example, M4 or svn HEAD? Thanks, Aaron On 9/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've got this error when tryign to deploy a Websphere produced EAR file, containing (amonsgt other thigns) EJB and Web modules. I am now stuck with

Re: Null pointer when deploying web app

2005-09-19 Thread paul . newport
What version of Geronimo are you using? For example, M4 or svn HEAD? Hi, sorry, neglected to mention that - M4 on Windows XP. Paul Newport Systems Consultant Tel: +44 (0) 117 917 0600 Fax: +44 (0) 117 917 0660 Aaron Mulder [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 19/09/2005 13:07

org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-19 Thread lin sun
Hello there, I am having problems in communicating to a simple EJB from a Java RMI client via IIOP. I was able to deploy the EJB jar to geronimo, but I kept getting the following exception when I ran the Client: javax.naming.NameNotFoundException [Root exception is

j2ee-security-plan

2005-09-19 Thread Scott Anderson
I am trying to deploy a custom JAAS LoginModule that I had working using the login-config xml-reference in my deployment plan before I updated to a later geronimo codebase that included the addition of the JaasLoginService reference. I decided to try to bypass the xml-reference route after

Help with ClassLoader

2005-09-19 Thread Hossam Karim
Hello, I am using the following configuration: geronimo-1.0-M4, Java 1.5.0_04, Windows 2003 Server Enterprise My problem: I am trying to deploy a WAR with the following deployment plan (geronimo-web.xml): === ?xml version=1.0 encoding=UTF-8?

Re: Help with ClassLoader

2005-09-19 Thread Aaron Mulder
This seems strange -- I would have expected the context-priority-classloader setting to make it use the JARs in WEB-INF/lib instead of the JARs in the parent classpath. Are you sure there's nothing wrong with those JARs? (Like, if you doo a jar -tf foo.jar does the output look normal?) Is it a