User: user57 Date: 01/08/16 16:54:15 Modified: src/resources/xa-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.2 +69 -63 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ra.xml 2001/08/16 03:05:46 1.1 +++ ra.xml 2001/08/16 23:54:15 1.2 @@ -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.2 2001/08/16 23:54:15 user57 Exp $ --> <connector> - <display-name>Minerva JDBC XATransaction ResourceAdapter</display-name> - <description>Minerva Resource Adapter for JDBC 2 XA drivers</description> - <vendor-name>JBoss.org</vendor-name> - <spec-version>1.0</spec-version> - <eis-type>JDBC 2 XA drivers</eis-type> - <version>1.0b3</version> - <license> - <license-required>true</license-required> - <description>COPYRIGHT AND PERMISSION NOTICE + <display-name>Minerva JDBC XATransaction ResourceAdapter</display-name> + <description>Minerva Resource Adapter for JDBC 2 XA drivers</description> + <vendor-name>JBoss.org</vendor-name> + <spec-version>1.0</spec-version> + <eis-type>JDBC 2 XA drivers</eis-type> + <version>1.0b3</version> + <license> + <license-required>true</license-required> + <description>COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2001 OpenTools.org @@ -39,57 +43,59 @@ 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.XAManagedConnectionFactory</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> -<!--specifying an interface here is wrong, but we don't know what it will be. -Lets see if there are problems--> - <connection-impl-class>java.sql.Connection</connection-impl-class> - <transaction-support>XATransaction</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 properties to set up the XA driver.</description> - <config-property-name>XADataSourceProperties</config-property-name> - <config-property-type>java.lang.String</config-property-type> - </config-property> - <config-property> - <description>The class 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>XADataSourceClass</config-property-name> - <config-property-type>java.lang.String</config-property-type> - </config-property> - <config-property> - <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> - <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> - <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.XAManagedConnectionFactory</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> + <!-- + | specifying an interface here is wrong, but we don't know what it + | will be. Lets see if there are problems. + --> + <connection-impl-class>java.sql.Connection</connection-impl-class> + <transaction-support>XATransaction</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 properties to set up the XA driver.</description> + <config-property-name>XADataSourceProperties</config-property-name> + <config-property-type>java.lang.String</config-property-type> + </config-property> + <config-property> + <description>The class 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>XADataSourceClass</config-property-name> + <config-property-type>java.lang.String</config-property-type> + </config-property> + <config-property> + <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> + <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> + <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