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

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Apr 9 01:38:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBAS-6600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin reassigned JBAS-6600:
---------------------------------

    Assignee: Adrian Brock  (was: Ales Justin)


Assigning to Adrian, as he wrote the initial deployer.
I just fixed the wrong config assumption.

> 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.0.GA, JBossAS-5.0.1.GA
>         Environment: JBossAS-5.0 GA and JBossAS-5.0.1.GA, Sun Java 1.5
>            Reporter: jaikiran pai
>            Assignee: Adrian Brock
>             Fix For: JBossAS-5.1.0.CR1, JBossAS-5.0.2.GA, JBossAS-6.0.0.Alpha1
>
>         Attachments: Isolated_Ear.patch
>
>
> 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