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 ?
This question is completely out of the scope of Remoting. I suggest the Application Server Beginners Corner forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=141 .