users@glassfish.java.net

Re: Classloader Leaking

From: Dominik Dorn <dominik.dorn_at_gmail.com>
Date: Fri, 5 Feb 2010 16:25:03 +0100

its actually no (big) problem in production as we
don't reload the app that often like during development.

The problem only arises when the app gets reloaded a few times and
the references stay in memory....thats only happening during development
on our developer machines...

just make sure your ejbs are stateless/singletons and
you will not run into problems.