Hi I can not run the sample 'ejb'. Deployment works fine but calling the test class with java samples.ejb.ejbtest http://localhost:8080/soap/servlet/rpcrouter delivers the following results: Generated fault: [Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=Unable to initialize context] [faultActorURI=/soap/servlet/rpcrouter] [DetailEntries= [(0)=<stackTrace>[SOAPException: faultCode=SOAP-ENV:Server; msg=Unable to initialize context] at org.apache.soap.providers.StatelessEJBProvider.initialize(StatelessEJBProvid er.java:130) at org.apache.soap.providers.StatelessEJBProvider.locate(StatelessEJBProvider.j ava:248) at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:28 5) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:247) ....
and on the server: In TemplateProvider.locate() URI: urn:ejbhello DD.ServiceClass: org.apache.soap.providers.StatelessEJBProvider DD.ProviderClass: samples/HelloService Call.MethodName: hello Naming Exception caught during InitialContext creation @ iiop://localhost:900 I work with SOAP 2.2 and Tomcat 4.0.1. Other examples do work. I appreciate any help. Thanks a lot. Harald -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>