1 Reply Latest reply on Mar 24, 2003 2:26 PM by adrian.brock

    Listing all EJBs deployed on a jboss server

    danilo_lr

      Hi,

      I need to list all EJB deployed on a jboss server with this information :

      - JNDI name
      - EJB class name
      - Home interface name
      - Remote interface name

      I think I must use the MBean query services to do it.
      I am listing the domain name jboss.j2ee with the service equals EJB and plugin==null.
      This is the better way of get a EJBs list ?

      So I can get the JNDI name of them.
      But I do not know how to get the other informations.

      What is the best way of do it ?

      Danilo.