User: tobyallsopp
  Date: 01/05/08 00:17:50

  Modified:    src/etc/conf/default jboss.jcml jboss.properties
  Log:
  Moved Xid class override from jboss.properties to an attribute of the
  TransactionManagerService MBean.  This is part of the deprecation of
  jboss.properties in favour of jboss.jcml.
  
  Revision  Changes    Path
  1.29      +5 -0      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- jboss.jcml        2001/04/29 08:12:51     1.28
  +++ jboss.jcml        2001/05/08 07:17:50     1.29
  @@ -28,6 +28,11 @@
     <!-- ==================================================================== -->
     <mbean code="org.jboss.tm.TransactionManagerService" 
name="DefaultDomain:service=TransactionManager">
       <attribute name="TransactionTimeout">300</attribute>
  +
  +    <!-- Use this attribute if you need to use a specific Xid
  +         implementation
  +    <attribute name="XidClassName">oracle.jdbc.xa.OracleXid</attribute>
  +    -->
     </mbean>
   
     <mbean code="org.jboss.tm.usertx.server.ClientUserTransactionService" 
name="DefaultDomain:service=ClientUserTransaction">
  
  
  
  1.8       +0 -1      jboss/src/etc/conf/default/jboss.properties
  
  Index: jboss.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jboss.properties  2001/05/03 22:39:54     1.7
  +++ jboss.properties  2001/05/08 07:17:50     1.8
  @@ -3,7 +3,6 @@
   #java.rmi.server.useLocalHostName=true
   #java.rmi.server.hostname=localhost
   #java.rmi.server.codebase=http://localhost:8080/
  -#jboss.xa.xidclass=oracle.jdbc.xa.OracleXid
   
   # Deprecated: JDBC Drivers should be specified in jboss.jcml, in JDBCProvider
   #jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to