"Elhanan" wrote : btw, before i forget , what is the difference between the
isoalted parameter and the one in the jboss-app.xml file (java2ParentDelegation=false)
It just applies at different levels. The isolated flag in the ear-deployer.xml sets this
at the server instance level which means that all applications deployed in that server
instance will follow that setting.
Whereas using the jboss-app.xml is per application setting which means that an application
A might use isolated deployments whereas some other application on the same server
instance may not.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249808#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...