By client jar you mean the interfaces for the ejbs right?  I don't have
any of those in my war file.

I checked the tomcat-test.war/ear that I deployed also, I didn't find
the HelloName-client.jar in there.  Contents of tomcat-test.war:

META-INF/
WEB-INF/
WEB-INF/jboss-web.xml
WEB-INF/web.xml
WEB-INF/classes/
WEB-INF/classes/org/
WEB-INF/classes/org/jboss/
WEB-INF/classes/org/jboss/test/
WEB-INF/classes/org/jboss/test/tomcat/
WEB-INF/classes/org/jboss/test/tomcat/servlet/
WEB-INF/classes/org/jboss/test/tomcat/servlet/HelloEJB.class
WEB-INF/classes/org/jboss/test/tomcat/servlet/PrintClassLoaders.class
WEB-INF/classes/org/jboss/test/tomcat/servlet/Util.class
index.html
META-INF/MANIFEST.MF

Am I missing the picture?  Thanks for your input.  I haven't got the
tomcat-test or my own ear to work yet.

-Dennis

On Fri, 2002-04-12 at 10:52, Scott M Stark wrote:
> > 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
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to