<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">

<ejb-jar >

   <description><![CDATA[No Description.]]></description>
   <display-name>Generated by XDoclet</display-name>

   <enterprise-beans>

      <!-- Session Beans -->
      <session >
         <description><![CDATA[LocalWrapperCleanupTestSessionBean.java]]></description>

         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.LocalWrapperCleanupTestSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.LocalWrapperCleanupTestSession</remote>
         <ejb-class>org.jboss.test.jca.ejb.LocalWrapperCleanupTestSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[Description for RollbackOnlyReleaseConnectionSession]]></description>
         <display-name>Name for RollbackOnlyReleaseConnectionSession</display-name>

         <ejb-name>RollbackOnlyReleaseConnectionSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.RollbackOnlyReleaseConnectionSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.RollbackOnlyReleaseConnectionSession</remote>
         <ejb-class>org.jboss.test.jca.ejb.RollbackOnlyReleaseConnectionSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[]]></description>

         <ejb-name>HAConnectionSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.HAConnectionSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.HAConnectionSession</remote>
         <ejb-class>org.jboss.test.jca.ejb.HAConnectionSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[ConnectionFactorySerializationTestSessionBean.java]]></description>

         <ejb-name>ConnectionFactorySerializationTestSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.ConnectionFactorySerializationTestSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.ConnectionFactorySerializationTestSession</remote>
         <ejb-class>org.jboss.test.jca.ejb.ConnectionFactorySerializationTestSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[CachedConnectionSessionBean.java]]></description>

         <ejb-name>CachedConnectionSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.CachedConnectionSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.CachedConnectionSession</remote>
         <local-home>org.jboss.test.jca.interfaces.CachedConnectionSessionLocalHome</local-home>
         <local>org.jboss.test.jca.interfaces.CachedConnectionSessionLocal</local>
         <ejb-class>org.jboss.test.jca.ejb.CachedConnectionSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[UserTxSessionBean.java]]></description>

         <ejb-name>UserTxSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.UserTxSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.UserTxSession</remote>
         <local-home>org.jboss.test.jca.interfaces.UserTxSessionLocalHome</local-home>
         <local>org.jboss.test.jca.interfaces.UserTxSessionLocal</local>
         <ejb-class>org.jboss.test.jca.ejb.UserTxSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Bean</transaction-type>

      </session>

      <session >
         <description><![CDATA[JDBCStatementTestsConnectionSessionBean]]></description>

         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.JDBCStatementTestsConnectionSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.JDBCStatementTestsConnectionSession</remote>
         <local-home>org.jboss.test.jca.interfaces.JDBCStatementTestsConnectionSessionLocalHome</local-home>
         <local>org.jboss.test.jca.interfaces.JDBCStatementTestsConnectionSessionLocal</local>
         <ejb-class>org.jboss.test.jca.ejb.JDBCStatementTestsConnectionSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[XAExceptionTestSessionBean.java]]></description>

         <ejb-name>XAExceptionTestSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.XAExceptionTestSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.XAExceptionTestSession</remote>
         <ejb-class>org.jboss.test.jca.ejb.XAExceptionTestSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

      <session >
         <description><![CDATA[XAExceptionSessionBean.java]]></description>

         <ejb-name>XAExceptionSession</ejb-name>

         <home>org.jboss.test.jca.interfaces.XAExceptionSessionHome</home>
         <remote>org.jboss.test.jca.interfaces.XAExceptionSession</remote>
         <local-home>org.jboss.test.jca.interfaces.XAExceptionSessionLocalHome</local-home>
         <local>org.jboss.test.jca.interfaces.XAExceptionSessionLocal</local>
         <ejb-class>org.jboss.test.jca.ejb.XAExceptionSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

      </session>

     <!--
       To add session beans that you have deployment descriptor info for, add
       a file to your XDoclet merge directory called session-beans.xml that contains
       the <session></session> markup for those beans.
     -->

      <!-- Entity Beans -->
      <entity >
         <description><![CDATA[ReentrantBean.java tests if CachedConnectionManager works with reentrant ejbs.]]></description>

         <ejb-name>Reentrant</ejb-name>

         <home>org.jboss.test.jca.interfaces.ReentrantHome</home>
         <remote>org.jboss.test.jca.interfaces.Reentrant</remote>

         <ejb-class>org.jboss.test.jca.ejb.ReentrantBean</ejb-class>
         <persistence-type>Bean</persistence-type>
         <prim-key-class>java.lang.Integer</prim-key-class>
         <reentrant>true</reentrant>

      </entity>

     <!--
       To add entity beans that you have deployment descriptor info for, add
       a file to your XDoclet merge directory called entity-beans.xml that contains
       the <entity></entity> markup for those beans.
     -->

      <!-- Message Driven Beans -->
     <!--
       To add message driven beans that you have deployment descriptor info for, add
       a file to your XDoclet merge directory called message-driven-beans.xml that contains
       the <message-driven></message-driven> markup for those beans.
     -->

   </enterprise-beans>

   <!-- Relationships -->

   <!-- Assembly Descriptor -->
   <assembly-descriptor >
     <!--
       To add additional assembly descriptor info here, add a file to your
       XDoclet merge directory called assembly-descriptor.xml that contains
       the <assembly-descriptor></assembly-descriptor> markup.
     -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- finder permissions -->

   <!-- transactions -->
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testAutoCommitInReturnedConnection</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testAutoCommit</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testAutoCommitOffInUserTx</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testAutoCommitOffInUserTx2</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testReadOnly</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>createTable</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>insertAndCheckAutoCommit</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>Supports</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method>
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testManualNoCommitRollback</method-name>
         <method-params>
         </method-params>
      </method>
      <method>
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testManualSecondNoCommitRollback</method-name>
         <method-params>
         </method-params>
      </method>
      <method>
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>checkRowAndDropTable</method-name>
         <method-params>
         </method-params>
      </method>
      <method>
         <ejb-name>LocalWrapperCleanupTestSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>addRowCheckAndDropTable</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>RollbackOnlyReleaseConnectionSession</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Required</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>HAConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testHaLocalConnection</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>HAConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testHaXaConnection</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>HAConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>getHAConnectionURL</method-name>
         <method-params>
            <method-param>javax.sql.DataSource</method-param>
         </method-params>
      </method>
      <trans-attribute>RequiresNew</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>Reentrant</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Required</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>UserTxSession</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>NotSupported</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Local</method-intf>
         <method-name>testConnectionObtainable</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testConnectionObtainable</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Local</method-intf>
         <method-name>testConfiguredQueryTimeout</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testConfiguredQueryTimeout</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Local</method-intf>
         <method-name>testTransactionQueryTimeout</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testTransactionQueryTimeout</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Local</method-intf>
         <method-name>testTransactionQueryTimeoutMarkedRollback</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testTransactionQueryTimeoutMarkedRollback</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Local</method-intf>
         <method-name>testLazyAutoCommit</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>JDBCStatementTestsConnectionSession</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>testLazyAutoCommit</method-name>
         <method-params>
         </method-params>
      </method>
      <trans-attribute>NotSupported</trans-attribute>
   </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>XAExceptionTestSession</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Never</trans-attribute>
    </container-transaction>
   <container-transaction >
      <method >
         <ejb-name>XAExceptionSession</ejb-name>
          <method-name>*</method-name>
       </method>
       <trans-attribute>Required</trans-attribute>
    </container-transaction>

   <!-- finder transactions -->
   </assembly-descriptor>

</ejb-jar>
