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 ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253134#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...