<attribute name=JavaClassLoadingCompliance>true</attribute>
<!—— A flag indicating if the JBoss Loader should be used This loader
uses a unified class loader as the class loader rather than the tomcat
specific class loader
The default is false to ensure that wars have isolated class loading
for duplicate jars and jsp files
——>
<attribute name=UseJBossWebLoader>true</attribute>
事务控制的配置
Jboss事务处理也有相应配置server/default/conf/jbossservicexml
<mbean code=orgjbosstmTransactionManagerService
name=jbossservice=TransactionManager
xmbeandd=resourcexmdesc/TransactionManagerServicexmbeanxml>
<attribute name=TransactionTimeout></attribute> <!—— set to false to disable transaction demarcation over IIOP ——>
<attribute name=GlobalIdsEnabled>true</attribute>
<depends optionalattributename=XidFactory>jbossservice=XidFactory</depends>
<!—— Transaction Integrity Checking ——>
<!—— Force a rollback if another thread is associated with the transaction at commit ——>
<!——depends optionalattributename=TransactionIntegrityFactory
proxytype=orgjbosstmintegrityTransactionIntegrityFactory> <mbean code=orgjbosstmintegrityFailIncompleteTransaction
name=jbossservice=TransactionManagerplugin=TransactionIntegrity/>
</depends——> </mbean>
[] [] [] [] []