> Additional info:  I configured my application to be in an ear.
> 
> contents of my ear file:
> META-INF/
> META-INF/MANIFEST.MF
> MyApplication.jar
> ROOT.war
> META-INF/application.xml
...

> I can access the root context from tomcat but I still cannot talk to an
> ejb.  I still get the NullPointerException at StatelessSessionContainer
> line 593 when a servlet tries to talk to an ejb.

If your war still includes the ejb client jar as the tomcattest example
included the WEB-INF/lib/HelloName-client.jar you will see this problem.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx





_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to