[Jboss-cvs] JBossAS SVN: r54971 - trunk/testsuite/src/resources/jca/compliance/META-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 1 02:07:47 EDT 2006


Author: weston.price at jboss.com
Date: 2006-08-01 02:07:46 -0400 (Tue, 01 Aug 2006)
New Revision: 54971

Added:
   trunk/testsuite/src/resources/jca/compliance/META-INF/ejb-jar.xml
Log:
[JBAS-3258] Unit tests for JDBC compliance in closing artifacts. Better late than never.

Added: trunk/testsuite/src/resources/jca/compliance/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/jca/compliance/META-INF/ejb-jar.xml	2006-08-01 06:07:33 UTC (rev 54970)
+++ trunk/testsuite/src/resources/jca/compliance/META-INF/ejb-jar.xml	2006-08-01 06:07:46 UTC (rev 54971)
@@ -0,0 +1,25 @@
+<?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 >
+     
+         <ejb-name>JDBCComplianceBean</ejb-name>
+
+         <home>org.jboss.test.jca.interfaces.JDBCComplianceSessionHome</home>
+         <remote>org.jboss.test.jca.interfaces.JDBCComplianceSession</remote>
+         <ejb-class>org.jboss.test.jca.ejb.JDBCComplianceBean</ejb-class>
+         <session-type>Stateless</session-type>
+         <transaction-type>Container</transaction-type>
+
+      </session>
+   </enterprise-beans>
+   
+</ejb-jar>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list