26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- The JBoss service configuration file for the EAR deployer service.
|
|
$Id: ear-deployer.xml 60679 2007-02-19 21:35:39Z scott.stark@jboss.org $
|
|
-->
|
|
<server>
|
|
<!-- EAR deployer, remove if you are not using ear deployments -->
|
|
<mbean code="org.jboss.deployment.EARDeployer"
|
|
name="jboss.j2ee:service=EARDeployer">
|
|
<!-- A flag indicating if ear deployments should have their own scoped
|
|
class loader to isolate their classes from other deployments.
|
|
-->
|
|
<attribute name="Isolated">false</attribute>
|
|
<!-- A flag indicating if the ear components should have in VM call
|
|
optimization disabled.
|
|
-->
|
|
<attribute name="CallByValue">false</attribute>
|
|
<!-- A flag the enables the default behavior of the ee5 library-directory. If true,
|
|
the lib contents of an ear are assumed to be the default value for library-directory
|
|
in the absence of an explicit library-directory. If false, there must be an
|
|
explicit library-directory.
|
|
-->
|
|
<attribute name="EnablelibDirectoryByDefault">true</attribute>
|
|
</mbean>
|
|
</server>
|