User: d_jencks
  Date: 01/08/24 11:59:16

  Modified:    src/resources/jdbc-rar/META-INF ra.xml
  Log:
  updated ra.xml files to correspond better with previously updated drivers.  In 
particular got transaction isolation support into jdbc-rar.
  
  Revision  Changes    Path
  1.5       +15 -1     jbosspool/src/resources/jdbc-rar/META-INF/ra.xml
  
  Index: ra.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosspool/src/resources/jdbc-rar/META-INF/ra.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ra.xml    2001/08/16 23:54:14     1.4
  +++ ra.xml    2001/08/24 18:59:16     1.5
  @@ -2,7 +2,7 @@
   <!DOCTYPE connector PUBLIC 
             "-//Sun Microsystems, Inc.//DTD Connector 1.0//EN" 
             "http://java.sun.com/dtd/connector_1_0.dtd";>
  -<!-- $Id: ra.xml,v 1.4 2001/08/16 23:54:14 user57 Exp $ -->
  +<!-- $Id: ra.xml,v 1.5 2001/08/24 18:59:16 d_jencks Exp $ -->
   
   <connector>
      <display-name>Minerva JDBC LocalTransaction ResourceAdapter</display-name>
  @@ -75,6 +75,20 @@
            been initialized by other means.</description>
         <config-property-name>Driver</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
  +      </config-property>
  +      <config-property>
  +         <description>The transaction isolation for new connections.  
  +               Not necessary: the driver default will be used if 
ommitted.</description>
  +         <config-property-name>TransactionIsolation</config-property-name>
  +         <config-property-type>java.lang.String</config-property-type>
  +      </config-property>
  +      <config-property>
  +         <description>The autocommit setting for new connections. 
  +                 You are strongly advised not to set this.
  +                 It is included to be able to create pools of unmanaged connections
  +                 for emulation of JDBCDataSourceLoader</description>
  +         <config-property-name>AutoCommit</config-property-name>
  +         <config-property-type>java.lang.String</config-property-type>
         </config-property>
         <authentication-mechanism>
         <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
  
  
  

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

Reply via email to