[JBoss-user] [Management, JMX/JBoss] - Re: Clearing the class loader repository through the jmx con

2006-01-13 Thread haschibaschi
I have an ear with several jars (normal and EJB) and wars inside. When I redeploy a jar and flush the Repository, there are still the old classes loaded. This is like you described above that you have no control over the classloading inside the jvm. But is there no way to cut all references to

[JBoss-user] [Management, JMX/JBoss] - Re: Clearing the class loader repository through the jmx con

2005-03-18 Thread balteo
Thanks for the reply Dimitris... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870730#3870730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870730 --- SF email is

[JBoss-user] [Management, JMX/JBoss] - Re: Clearing the class loader repository through the jmx con

2005-03-18 Thread [EMAIL PROTECTED]
The subject is quite complex, so your best take is to just redeploy your application. There is no explicit way in java to completely get rid of a loaded class. It will only be garbage collected when all references to it are gone, and you usually have no control over this. View the original post