熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> Java開源技術 >> 正文

EOS對應JBOSS相關配置介紹[3]

2022-06-13   來源: Java開源技術 

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

[]  []  []  []  []  


From:http://tw.wingwit.com/Article/program/Java/ky/201311/29231.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.