0 Replies Latest reply on Nov 17, 2006 10:12 AM by ahachmann

    J2ee Domains not Showing Depoyed EJBs in EAR

    ahachmann

      Hello,
      I am currently trying to view my EJBs states.
      I read in "A Developers Notebook on JBoss", that in the Tree of the WebConsole, there should be every EJB deplayed under a EAR visable.
      This is not not the fact with my EAR.
      What do I have to do for getting this work properly.
      I am running JBoss 4.0.4 GA Win INstaller and the application.xml looks like this.

      <?xml version="1.0" encoding="UTF-8"?>
      <application version="1.4"
       xmlns="http://java.sun.com/xml/ns/j2ee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
       http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
       <module>
       <ejb>EpgDataEJB.jar</ejb>
       </module>
      
      
      </application>
      

      Can anyone help me?
      thx,
      Alexander