Fergus, Thanks for letting us know what worked for you. I have added a section to the iPlanet installation instructions showing your deployment descriptor.
Scott Nichol ----- Original Message ----- From: "Fergus O'Dalaigh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 6:57 AM Subject: Re: Unable to initialize context error with EJB on IPlanet (iAS 6.0) > Thanks for all your replies. > > As I originally suspected, the problem was a JNDI naming problem. > > As I know how frustating it can be for someone starting to get all this going, I'll give a short explanation what I did to get it working. > > Here is the deployment descriptor: > <?xml version="1.0"?> > <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" > id="urn:ejbhello"> > <isd:provider type="org.apache.soap.providers.StatelessEJBProvider" > scope="Application" > methods="create"> > <isd:option key="JNDIName" value="ejb/TheGreeter"> </isd:option> > <isd:option key="FullHomeInterfaceName" value="samples.helloworld.ejb.GreeterHome"></isd:option> > <isd:option key="ContextProviderURL" value=""></isd:option> > <isd:option key="FullContextFactoryName" value="com.netscape.server.jndi.RootContextFactory"></isd:option> > </isd:provider> > <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultLis tener> > </isd:service> > > I redeployed the service to the SOAP app, copied the ejb classes over to <iashome>/APPS/modules/soap/WEB-INF/classes. > I then restarted the App server and it worked. > > One thing I still can't understand is that when I view the service using the admin tool, it doesn't list any of the isd:option options. > If someone could throw some light on this I'd be grateful. > > Fergus > > > __________________________________________________________________ > The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp > > Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>