Hi, I'm deploying two EARs on a JBoss instance. The EARs share some classes, but each is deployed with its own copy.
It's my understanding that a J2EE server is obligated to use a different classloader for each EAR it deployes in order to prevent undesirable interaction between applications. This does not seem to be what is happening with JBoss. I'm seeing data stored in static class members in one application appear in the other one. Is private classloading an option in JBoss that is turned off by default? If so, how do I enable it? If not, is this a bug? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920511#3920511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920511 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
