JBoss Help

I got some useful feedback on the questions about seeing what is going on under the bonnet in JBoss. Apparently I’m not missing anything and the solution is to roll your own cache/pool implementation that provides some statistics. Sounds like this is my chance to put something back into the JBoss project. As an interim solution its also been suggested to me to add a simple static to the classes I want to monitor and then maintain/log a count through the ejbCreate,ejbRemove,ejbActivate,ejbPassivate methods.