That makes sense, thanks.

When I deploy my own app, I get the same error that I used to get before
this whole think came about.  

CONTAINER EXCEPTION:
java.lang.NullPointerException
        at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(StatelessSessionContainer.java:598)
        at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:167)
        at
org.jboss.ejb.plugins.TxInterceptorBMT.invokeHome(TxInterceptorBMT.java:54)
        at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:57)
        at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:104)
        at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:109)
        at
org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer.java:300)
        at org.jboss.ejb.Container.invoke(Container.java:727)

Still a ClassLoading problem??  A configuration problem?  I wish someone
could point me in the write path.  MyApp is configured according to the
contents listed below.  Tomcat works fine, EJB works fine, I just can't
talk from a servlet to an EJB else the error above.

Thanks
Dennis

Contents of My Ear:
META-INF/
META-INF/MANIFEST.MF
MyApp.jar
ROOT.war
META-INF/application.xml

Contents of Application.xml

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE
Application 1.3//EN"
    "http://java.sun.com/dtd/application_1_3.dtd"; >

<application>
        <display-name>MyApp</display-name>

        <module>
        <web>
                <web-uri>ROOT.war</web-uri>
                <context-root>/</context-root>
        </web>
        </module>

        <module>
                <ejb>MyApp.jar</ejb>
        </module>

</application>





On Tue, 2002-04-16 at 12:50, Scott M Stark wrote:
> It is not configured correctly as it is using out of date custom
> ejb container interceptors. This is why the example is not included
> with the JBoss/Tomcat bundle.
> 
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
> ----- Original Message ----- 
> From: "Dennis Muhlestein" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 16, 2002 9:53 AM
> Subject: [JBoss-user] tomcat 4 issue
> 
> > I've compiled the lated CVS on Branch_3_0.  When I deploy the
> > tomcat-test.ear that is built in the catalina directory, I can access
> > the index page ok.  Tomcat seems to be working fine but the executing
> > servlet still can't talk to an ejb.  I get:
> > 
> > java.lang.NullPointerException
> > at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:96)
> > at $Proxy23.create(Unknown Source)
> > at org.jboss.test.tomcat.servlet.HelloEJB.testBean(HelloEJB.java:71)
> > at org.jboss.test.tomcat.servlet.HelloEJB.doGet(HelloEJB.java:40)
> > (followd by the rest of tomcat's stack trace...)
> 
> 
> 
> _______________________________________________
> 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