The testsuite is part of the source download and yes, that is the config you need.
You'll have to generate a thread dump of the VM when it hangs on the ejb call to
see where the problem lies.
 
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message -----
Sent: Thursday, October 10, 2002 8:31 AM
Subject: Re: [JBoss-user] (no subject)





im using the jboss 3.03 / tomcat bundle.  i have no testsuite directory.  Is this a separate download? thanks again.   also, when you say that i need to configure my ejbs to use rmi/http do you mean :

 

    <container-configurations>
            <container-configuration extends="Standard Stateless SessionBean">
            <container-name>HTTP Stateless SessionBean</container-name>
            <home-invoker>jboss:service=invoker,type=http</home-invoker>
            <bean-invoker>jboss:service=invoker,type=http</bean-invoker>
            </container-configuration>
    </container-configurations>

    <session>
      <ejb-name>SaxReportConverterEJB</ejb-name>
      <configuration-name>HTTP Stateless SessionBean</configuration-name>
      <jndi-name>ejb/SaxReportConverterRemoteHome</jndi-name>
      <local-jndi-name>ejb/SaxReportConverterLocalHome</local-jndi-name>
    </session>    

 

because i have that and it doesnt work.

Reply via email to