java

位置:IT落伍者 >> java >> 浏览文章

EOS对应JBOSS相关配置介绍[3]


发布日期:2020年09月19日
 
EOS对应JBOSS相关配置介绍[3]

<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>

[] [] [] [] []

               

上一篇:EOS对应JBOSS相关配置介绍[1]

下一篇:EOS对应JBOSS相关配置介绍[2]