<?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 32648 2005-06-22 01:53:35Z adrian $ -->

<connector>
   <display-name>JBoss Test Adapter</display-name>
   <description>JBoss adapter for testing jca framework</description>
   <vendor-name>JBoss.org</vendor-name>
   <spec-version>1.0</spec-version>
   <eis-type>Test XA drivers</eis-type>
   <version>1.0</version>
   <license>
      <license-required>false</license-required>
   </license>
   <resourceadapter>
      <managedconnectionfactory-class>org.jboss.test.jca.adapter.TestManagedConnectionFactory</managedconnectionfactory-class>
      <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
      <connectionfactory-impl-class>org.jboss.test.jca.adapter.TestConnectionFactory</connectionfactory-impl-class>
      <connection-interface>javax.resource.cci.Connection</connection-interface>
      <connection-impl-class>org.jboss.test.jca.adapter.TestConnection</connection-impl-class>
      <transaction-support>XATransaction</transaction-support>
      <config-property>
        <config-property-name>IntegerProperty</config-property-name>
        <config-property-type>java.lang.Integer</config-property-type>
        <config-property-value>1</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>DefaultIntegerProperty</config-property-name>
        <config-property-type>java.lang.Integer</config-property-type>
        <config-property-value>3</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>BooleanProperty</config-property-name>
        <config-property-type>java.lang.Boolean</config-property-type>
        <config-property-value>true</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>DoubleProperty</config-property-name>
        <config-property-type>java.lang.Double</config-property-type>
        <config-property-value>1.1</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>UrlProperty</config-property-name>
        <config-property-type>java.net.URL</config-property-type>
        <config-property-value>file://usr/java/jboss</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>failJoin</config-property-name>
        <config-property-type>boolean</config-property-type>
        <config-property-value>false</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>sleepInStart</config-property-name>
        <config-property-type>long</config-property-type>
        <config-property-value>0</config-property-value>
      </config-property>
      <config-property>
        <config-property-name>sleepInEnd</config-property-name>
        <config-property-type>long</config-property-type>
        <config-property-value>0</config-property-value>
      </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>
