User: user57  
  Date: 01/08/16 16:54:14

  Modified:    src/resources/jdbc-rar/META-INF ra.xml
  Log:
   o updated DOCTYPE to reflect the actually location of the dtd on java.sun.com
  
  Revision  Changes    Path
  1.4       +53 -49    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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ra.xml    2001/07/18 14:38:23     1.3
  +++ ra.xml    2001/08/16 23:54:14     1.4
  @@ -1,15 +1,19 @@
  -<!DOCTYPE connector PUBLIC "-//Sun Microsystems, Inc.//DTD Connector 1.0//EN" 
"http://java.sun.com/j2ee/dtds/connector_1_0.dtd";>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!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 $ -->
   
   <connector>
  -    <display-name>Minerva JDBC LocalTransaction ResourceAdapter</display-name>
  -    <description>Minerva Resource Adapter for JDBC 1/2 drivers</description>
  -    <vendor-name>JBoss.org</vendor-name>
  -    <spec-version>1.0</spec-version>
  -    <eis-type>JDBC 1/2 drivers</eis-type>
  -    <version>1.0b3</version>
  -    <license>
  -        <license-required>true</license-required>
  -        <description>COPYRIGHT AND PERMISSION NOTICE
  +   <display-name>Minerva JDBC LocalTransaction ResourceAdapter</display-name>
  +   <description>Minerva Resource Adapter for JDBC 1/2 drivers</description>
  +   <vendor-name>JBoss.org</vendor-name>
  +   <spec-version>1.0</spec-version>
  +   <eis-type>JDBC 1/2 drivers</eis-type>
  +   <version>1.0b3</version>
  +   <license>
  +      <license-required>true</license-required>
  +      <description>COPYRIGHT AND PERMISSION NOTICE
   
   Copyright (c) 2001 OpenTools.org
   
  @@ -39,43 +43,43 @@
   shall not be used in advertising or otherwise to promote the sale, use
   or other dealings in this Software without prior written authorization
   of the copyright holder.</description>
  -    </license>
  -    <resourceadapter>
  -        
<managedconnectionfactory-class>org.jboss.pool.connector.jdbc.JDBCManagedConnectionFactory</managedconnectionfactory-class>
  -        
<connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
  -        
<connectionfactory-impl-class>org.jboss.pool.connector.jdbc.JDBCDataSource</connectionfactory-impl-class>
  -        <connection-interface>java.sql.Connection</connection-interface>
  -        
<connection-impl-class>org.jboss.pool.jdbc.ConnectionInPool</connection-impl-class>
  -        <transaction-support>LocalTransaction</transaction-support>
  -        <config-property>
  -            <description>The default user name used to create JDBC
  -                connections.</description>
  -            <config-property-name>UserName</config-property-name>
  -            <config-property-type>java.lang.String</config-property-type>
  -        </config-property>
  -        <config-property>
  -            <description>The default password used to create JDBC
  -             connections.</description>
  -            <config-property-name>Password</config-property-name>
  -            <config-property-type>java.lang.String</config-property-type>
  -        </config-property>
  -        <config-property>
  -            <description>The JDBC URL used to create JDBC
  -             connections.</description>
  -            <config-property-name>ConnectionURL</config-property-name>
  -            <config-property-type>java.lang.String</config-property-type>
  -        </config-property>
  -        <config-property>
  -            <description>The class name of the JDBC driver that handles
  -                this JDBC URL.  Not necessary if the driver has already
  -                been initialized by other means.</description>
  -            <config-property-name>Driver</config-property-name>
  -            <config-property-type>java.lang.String</config-property-type>
  -        </config-property>
  -        <authentication-mechanism>
  -            
<authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
  -            
<credential-interface>javax.resource.security.PasswordCredential</credential-interface>
  -        </authentication-mechanism>
  -        <reauthentication-support>false</reauthentication-support>
  -    </resourceadapter>
  +   </license>
  +   <resourceadapter>
  +      
<managedconnectionfactory-class>org.jboss.pool.connector.jdbc.JDBCManagedConnectionFactory</managedconnectionfactory-class>
  +      
<connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
  +      
<connectionfactory-impl-class>org.jboss.pool.connector.jdbc.JDBCDataSource</connectionfactory-impl-class>
  +      <connection-interface>java.sql.Connection</connection-interface>
  +      
<connection-impl-class>org.jboss.pool.jdbc.ConnectionInPool</connection-impl-class>
  +      <transaction-support>LocalTransaction</transaction-support>
  +      <config-property>
  +      <description>The default user name used to create JDBC
  +         connections.</description>
  +      <config-property-name>UserName</config-property-name>
  +      <config-property-type>java.lang.String</config-property-type>
  +      </config-property>
  +      <config-property>
  +      <description>The default password used to create JDBC
  +         connections.</description>
  +      <config-property-name>Password</config-property-name>
  +      <config-property-type>java.lang.String</config-property-type>
  +      </config-property>
  +      <config-property>
  +      <description>The JDBC URL used to create JDBC
  +         connections.</description>
  +      <config-property-name>ConnectionURL</config-property-name>
  +      <config-property-type>java.lang.String</config-property-type>
  +      </config-property>
  +      <config-property>
  +      <description>The class name of the JDBC driver that handles
  +         this JDBC URL.  Not necessary if the driver has already
  +         been initialized by other means.</description>
  +      <config-property-name>Driver</config-property-name>
  +      <config-property-type>java.lang.String</config-property-type>
  +      </config-property>
  +      <authentication-mechanism>
  +      <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
  +      
<credential-interface>javax.resource.security.PasswordCredential</credential-interface>
  +      </authentication-mechanism>
  +      <reauthentication-support>false</reauthentication-support>
  +   </resourceadapter>
   </connector>
  
  
  

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

Reply via email to