2 Replies Latest reply on Jul 16, 2002 7:58 AM by coughlam

    jboss.xml in Version 3.0.0

    coughlam

      Hi,
      I have an EJB which I have used on version 2.4.7 without any problems. I use a JSP page running on Tomcat (standalone mode) to access the bean.

      However, when I deploy the bean on version 3.0.0, and I run the same JSP file on the bean there seems to be a problem with the JNDI lookup. I get an exception, which when I call "getMessage()" on , I get "null".

      My jboss.xml file looks like this:

      <?xml version="1.0" encoding="US-ASCII"?>

      false
      <enterprise-beans>

      <ejb-name>MonitoringBean</ejb-name>
      <jndi-name>Monitoring</jndi-name>

      </enterprise-beans>


      In the Agent view, i can see that the ejb is deployed correctly and bound to the correct JNDI name.


      Is there something I'm missing in this XML descriptor for the bean to work correctly on version 3.0.0 ???


      Please Help !

      Thanks,