I want to see (some how) in which container JBoss put my beans.
Is there a way to find out this information? I'm thinking:
- in the console or in any log file (after starting the server), or
- in debug, if I inspect some objects
etc (I don't have any other ideas)
Mirela
View the original post :
Hello Thomas,
thank you for your quick answer.
I also don't see other solution but creating different containers - one for
frequently used beans, with a bigger number of instances, and another one for
the seldom used beans, with a smaller number of instances.
Another question now - how can I se
Hello,
I need some help on this issue - my application uses more stateless session
beans, but some of them are used often, and others only seldom. For this reason
I would like to have in my container more instances of the EJBs often used, and
only a few instances of the other beans (to save mem