Hi, I am trying to find out why the application we deployed on Orion has memory leaks. It happens since we created a stateful session bean, which is very big, which is associated with a HttpSession. How do I find out how many stateful session beans are running, since the console is buggy (always 0 instances , stateless session bean - happens also with the Cart example). I remove the session bean when the HttpSession is closed, but this does not seem to work. How can I know for sure that too many session beans are living and are not getting passivated / removed? What could be the reason for it? Greetings Diego ______________________________________________________________________ Do You Yahoo!? Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
