This content has been marked as final.
Show 2 replies
-
1. Re: Installer missed a call-by-value setting
amit.bhayani Oct 30, 2006 12:43 PM (in response to lhoriman)>I suspect most people turn on deployment isolation for the same reason our team does.
Not really. The real use of Isolation is to have your own version of library that Jboss uses by default Or to have the different versions of same library in each of your application deployed in same instance of application server.
Your case is typical and requires the CallByValue to be set to true in NamingService MBean but that's not the default behavior.
This wiki can help you http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration -
2. Re: Installer missed a call-by-value setting
lhoriman Oct 30, 2006 3:46 PM (in response to lhoriman)"amit.bhayani@jboss.com" wrote:
>
Your case is typical and requires the CallByValue to be set to true in NamingService MBean but that's not the default behavior.
Does that mean you will change the default for the installer?
Thanks,
Jeff