Version 5

    When running JBoss Embeddable EJB3 in Tomcat or standalone, there is no equivalent of the JMX console that is available in JBoss AS.

     

    The attached JSP page let's you view the JNDI tree and see all EJB3 components.

     

    The attached Java file is a Seam JavaBean component that will return the JNDI tree as a string. This Java file is adapted from the JSP page mentioned above.