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.