User: d_jencks
  Date: 01/09/08 12:32:22

  Added:       src/resources/jdbc-rar/META-INF ra.xml
  Log:
  Reorganized connector packaging under connector (from pool), made jca stuff into a 
sar, made default hypsersonic DefaultDS into hsql-default-service.xml, and made 
jbossmq into jbossmq-service.xml
  
  Revision  Changes    Path
  1.1                  jbosscx/src/resources/jdbc-rar/META-INF/ra.xml
  
  Index: ra.xml
  ===================================================================
  <?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.1 2001/09/08 19:32:22 d_jencks 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
  
  Copyright (c) 2001 OpenTools.org
  
  All rights reserved.
  
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, and/or sell copies of the Software, and to permit persons
  to whom the Software is furnished to do so, provided that the above
  copyright notice(s) and this permission notice appear in all copies of
  the Software and that both the above copyright notice(s) and this
  permission notice appear in supporting documentation.
  
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
  INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
  FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  
  Except as contained in this notice, the name of a copyright holder
  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.resource.adapter.jdbc.local.JDBCManagedConnectionFactory</managedconnectionfactory-class>
        <connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
        
<connectionfactory-impl-class>org.jbossresource.adapter.jdbc.JDBCDataSource</connectionfactory-impl-class>
        <connection-interface>java.sql.Connection</connection-interface>
        
<connection-impl-class>org.jboss.resource.adapter.jdbc.local.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. Strongly recommended, but not necessary 
              if the driver has already been loaded by JDBCProvider.</description>
         <config-property-name>DriverClass</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>
         
<credential-interface>javax.resource.security.PasswordCredential</credential-interface>
        </authentication-mechanism>
        <reauthentication-support>false</reauthentication-support>
     </resourceadapter>
  </connector>
  
  
  

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

Reply via email to