[jboss-jira] [JBoss JIRA] Created: (JBAS-6600) Setting isolated=true on EarClassLoaderDeployer does not work

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Mar 10 04:21:22 EDT 2009


Setting isolated=true on EarClassLoaderDeployer does not work
-------------------------------------------------------------

                 Key: JBAS-6600
                 URL: https://jira.jboss.org/jira/browse/JBAS-6600
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: ClassLoading
    Affects Versions: JBossAS-5.0.1.GA, JBossAS-5.0.0.GA
         Environment: JBossAS-5.0 GA and JBossAS-5.0.1.GA, Sun Java 1.5
            Reporter: jaikiran pai
            Assignee: Scott M Stark


JBossAS-5 allows each EAR to have its own isolated classloader, by setting the isolated flag to true in the EARClassLoaderDeployer (%JBOSS_HOME%/server/default/deployers/ear-deployer-jboss-beans.xml):

<bean name="EARClassLoaderDeployer" class="org.jboss.deployment.EarClassLoaderDeployer">
      <!-- A flag indicating if ear deployments should have their own scoped
         class loader to isolate their classes from other deployments.
      -->      
      <property name="isolated">true</property>
   </bean>	

However, this does not work. The classloaders for the EARs are not isolated. Please see the referenced forum thread for the complete details and the patch.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list