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

  Modified:    src/resources/xa-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.3       +5 -4      jbosspool/src/resources/xa-rar/META-INF/ra.xml
  
  Index: ra.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosspool/src/resources/xa-rar/META-INF/ra.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ra.xml    2001/08/16 23:54:15     1.2
  +++ ra.xml    2001/08/24 18:59:16     1.3
  @@ -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.2 2001/08/16 23:54:15 user57 Exp $ -->
  +<!-- $Id: ra.xml,v 1.3 2001/08/24 18:59:16 d_jencks Exp $ -->
   
   <connector>
      <display-name>Minerva JDBC XATransaction ResourceAdapter</display-name>
  @@ -68,7 +68,7 @@
         <config-property-type>java.lang.String</config-property-type>
         </config-property>
         <config-property>
  -      <description>The properties to set up the XA driver.</description>
  +      <description>The properties to set up the XA driver. These properties must be 
in the form name1=value1;name2=value2;...namen=valuen</description>
         <config-property-name>XADataSourceProperties</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         </config-property>
  @@ -79,13 +79,14 @@
         <config-property-name>XADataSourceClass</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         </config-property>
  -      <config-property>
  +      <!--config-property>-lets leave this out - noone should be using it
  +         -use XADataSourceClass instead.
         <description>The jndi name of the JDBC  XA driver that handles
            this JDBC URL.  Not necessary if the driver has already
            been initialized by other means.</description>
         <config-property-name>XADataSourceJNDIName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
  -      </config-property>
  +      </config-property-->
         <config-property>
         <description>The transaction isolation for new connections.  
            Not necessary: the driver default will be used if ommitted.</description>
  
  
  

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

Reply via email to