[jboss-cvs] repository.jboss.com/jboss/jbossts14/snapshot/resources ...

Jonathan Halliday jonathan.halliday at jboss.com
Thu Feb 8 10:56:22 EST 2007


  User: jhalliday
  Date: 07/02/08 10:56:22

  Modified:    jboss/jbossts14/snapshot/resources  jbossjta-properties.xml
  Log:
  New JBossTS snapshot build, svn rev 9396.
  
  Revision  Changes    Path
  1.2       +36 -94    repository.jboss.com/jboss/jbossts14/snapshot/resources/jbossjta-properties.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jbossjta-properties.xml
  ===================================================================
  RCS file: /cvsroot/jboss/repository.jboss.com/jboss/jbossts14/snapshot/resources/jbossjta-properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jbossjta-properties.xml	17 Jan 2007 16:07:15 -0000	1.1
  +++ jbossjta-properties.xml	8 Feb 2007 15:56:22 -0000	1.2
  @@ -106,65 +106,59 @@
             value="var"/>
         -->
       </properties>
  -    <properties depends="arjuna" name="recoverymanager">
  -        <!--
  -        Properties used only by the RecoveryManager.
  -      -->
  +    <properties name="common">
  +        <!-- CLF 2.0 properties -->
  +        <property name="com.arjuna.common.util.logging.DebugLevel"
  +            type="System" value="0x00000000"/>
  +        <property name="com.arjuna.common.util.logging.FacilityLevel"
  +            type="System" value="0xffffffff"/>
  +        <property name="com.arjuna.common.util.logging.VisibilityLevel"
  +            type="System" value="0xffffffff"/>
  +        <property name="com.arjuna.common.util.logger" type="System" value="log4j"/>
  +    </properties>
  +    <properties depends="arjuna" name="txoj">
           <!--
  -        Periodic recovery settings.
  -        Time values in this section are in seconds.
  +        (default is LockStore of installation - must be writeable!)
         -->
           <!--
  -        Interval in seconds between initiating the periodic recovery modules.
  -        Default is 120 seconds.
  -      -->
           <property
  -            name="com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod" value="120"/>
  +          name="com.arjuna.ats.txoj.lockstore.lockStoreDir"
  +          value="LockStore"/>
  +      -->
           <!--
  -        Interval in seconds between first and second pass of periodic recovery.
  -        Default is 10 seconds.
  +        (default is BasicLockStore)
         -->
  -        <property
  -            name="com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod" value="10"/>
  +        <property name="com.arjuna.ats.txoj.lockstore.lockStoreType" value="BasicLockStore"/>
           <!--
  -        Periodic recovery modules to use.  Invoked in sort-order of names.
  +        (default is NO)
         -->
  -        <property
  -            name="com.arjuna.ats.arjuna.recovery.recoveryExtension1" value="com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule"/>
  -        <property
  -            name="com.arjuna.ats.arjuna.recovery.recoveryExtension2" value="com.arjuna.ats.internal.txoj.recovery.TORecoveryModule"/>
  +        <property name="com.arjuna.ats.txoj.lockstore.multipleLockStore" value="NO"/>
           <!--
  -        Expired entry removal
  +        (default is YES)
         -->
  +        <property name="com.arjuna.ats.txoj.lockstore.singleLockStore" value="YES"/>
           <!--
  -        Expiry scanners to use (order of invocation is random).
  -        Names must begin with "com.arjuna.ats.arjuna.recovery.expiryScanner"
  +        (default is YES)
         -->
           <property
  -            name="com.arjuna.ats.arjuna.recovery.expiryScannerTransactionStatusManager" value="com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner"/>
  +            name="com.arjuna.ats.txoj.lockstore.allowNestedLocking" value="YES"/>
  +    </properties>
  +    <properties depends="arjuna" name="jta">
           <!--
  -        Interval, in hours, between running the expiry scanners.
  -        This can be quite long. The absolute value determines the interval -
  -        if the value is negative, the scan will NOT be run until after one
  -        interval has elapsed. If positive the first scan will be immediately
  -        after startup. Zero will prevent any scanning.
  -        Default  = 12 = run immediately, then every 12 hours.
  +        Support subtransactions in the JTA layer?
  +        Default is NO.
         -->
  -        <property
  -            name="com.arjuna.ats.arjuna.recovery.expiryScanInterval" value="12"/>
  +        <property name="com.arjuna.ats.jta.supportSubtransactions" value="NO"/>
  +        <property name="com.arjuna.ats.jta.jtaTMImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple"/>
           <!--
  -        Age, in hours, for removal of transaction status manager item.
  -        This should be longer than any ts-using process will remain running.
  -        Zero = Never removed.  Default is 12.
  +			com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
         -->
  -        <property
  -            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerExpiryTime" value="12"/>
  +        <property name="com.arjuna.ats.jta.jtaUTImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple"/>
           <!--
  -        Use this to fix the port on which the TransactionStatusManager listens,
  -        The default behaviour is to use any free port.
  +			com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
         -->
  -        <property
  -            name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort" value="0"/>
  +    </properties>
  +    <properties depends="arjuna,txoj,jta" name="recoverymanager">
           <!--
           Properties used only by the RecoveryManager.
         -->
  @@ -226,58 +220,6 @@
           <property
               name="com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort" value="0"/>
       </properties>
  -    <properties name="common">
  -        <!-- CLF 2.0 properties -->
  -        <property name="com.arjuna.common.util.logging.DebugLevel"
  -            type="System" value="0x00000000"/>
  -        <property name="com.arjuna.common.util.logging.FacilityLevel"
  -            type="System" value="0xffffffff"/>
  -        <property name="com.arjuna.common.util.logging.VisibilityLevel"
  -            type="System" value="0xffffffff"/>
  -        <property name="com.arjuna.common.util.logger" type="System" value="log4j"/>
  -    </properties>
  -    <properties depends="arjuna" name="txoj">
  -        <!--
  -        (default is LockStore of installation - must be writeable!)
  -      -->
  -        <!--
  -        <property
  -          name="com.arjuna.ats.txoj.lockstore.lockStoreDir"
  -          value="LockStore"/>
  -      -->
  -        <!--
  -        (default is BasicLockStore)
  -      -->
  -        <property name="com.arjuna.ats.txoj.lockstore.lockStoreType" value="BasicLockStore"/>
  -        <!--
  -        (default is NO)
  -      -->
  -        <property name="com.arjuna.ats.txoj.lockstore.multipleLockStore" value="NO"/>
  -        <!--
  -        (default is YES)
  -      -->
  -        <property name="com.arjuna.ats.txoj.lockstore.singleLockStore" value="YES"/>
  -        <!--
  -        (default is YES)
  -      -->
  -        <property
  -            name="com.arjuna.ats.txoj.lockstore.allowNestedLocking" value="YES"/>
  -    </properties>
  -    <properties depends="arjuna" name="jta">
  -        <!--
  -        Support subtransactions in the JTA layer?
  -        Default is NO.
  -      -->
  -        <property name="com.arjuna.ats.jta.supportSubtransactions" value="NO"/>
  -        <property name="com.arjuna.ats.jta.jtaTMImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple"/>
  -        <!--
  -			com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
  -			-->
  -        <property name="com.arjuna.ats.jta.jtaUTImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple"/>
  -        <!--
  -			com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
  -			-->
  -    </properties>
       <properties depends="jta" name="jdbc">
           <!--
              property name="com.arjuna.ats.jdbc.isolationLevel" value="TRANSACTION_SERIALIZABLE"/>
  
  
  



More information about the jboss-cvs-commits mailing list