1 Reply Latest reply on Sep 4, 2009 8:34 PM by ron_sigal

    How to know that a remote ejb is droped from the Server

      I created an remote ejb...

      And i want to know if the ejb is remove when I do the bean.remove();

      I have checked in the jmx-console ( org.jboss.ejb.StatelessSessionContainer) of may ejb, and I can see statistics of create count is bean increasing, but RemoveCount is always 0. It is mean that my ejb is never removed ?

      By the other hand in the org.jboss.ejb.plugins.StatelessSessionInstancePool, i can see Currentsize = 50 and Maxsize=100 ?

      Can anyone interpret this data ?