Have a look into your "jboss-service.xml" (at least this is the place in 
JBoss-3.2.6, I don't know if it's the same place for 3.2.2). Look for 
EARDeployer. 


  |    <!-- EAR deployer (mobilcom: activate EAR classpath isolation) -->
  |    <mbean code="org.jboss.deployment.EARDeployer" 
name="jboss.j2ee:service=EARDeployer">
  |             <!-- Isolate all ears in their own classloader space --> 
  |        <attribute name="Isolated">true</attribute>
  |        <!-- Enforce call by value to all remote interfaces --> 
  |        <attribute name="CallByValue">true</attribute> 
  |    </mbean>
  | 
  | 

Also have a look into the JBossWiki on scoped deployment and JBoss classloader 
architecture

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878537#3878537

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878537


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to