[Jboss-cvs] JBossAS SVN: r56462 - branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 30 15:06:41 EDT 2006
Author: weston.price at jboss.com
Date: 2006-08-30 15:06:40 -0400 (Wed, 30 Aug 2006)
New Revision: 56462
Added:
branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/ejb-jar.xml
branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/jboss.xml
Log:
[JBAS-3511] Test modfications to support new ASF handling.
Added: branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/ejb-jar.xml
===================================================================
--- branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/ejb-jar.xml 2006-08-30 19:06:37 UTC (rev 56461)
+++ branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/ejb-jar.xml 2006-08-30 19:06:40 UTC (rev 56462)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+ http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
+ version="2.1">
+
+ <enterprise-beans>
+
+ <message-driven>
+ <ejb-name>SessionPoolTester</ejb-name>
+ <ejb-class>org.jboss.test.jca.ejb.SessionPoolTesterBean</ejb-class>
+ <transaction-type>Container</transaction-type>
+ <activation-config>
+ <activation-config-property>
+ <activation-config-property-name>destination</activation-config-property-name>
+ <activation-config-property-value>queue/A</activation-config-property-value>
+ </activation-config-property>
+ <activation-config-property>
+ <activation-config-property-name>destinationType</activation-config-property-name>
+ <activation-config-property-value>javax.jms.Queue</activation-config-property-value>
+ </activation-config-property>
+ </activation-config>
+ </message-driven>
+
+ </enterprise-beans>
+
+ <assembly-descriptor>
+
+ <container-transaction>
+ <method>
+ <ejb-name>SessionPoolTester</ejb-name>
+ <method-name>*</method-name>
+ </method>
+ <trans-attribute>Required</trans-attribute>
+ </container-transaction>
+
+ </assembly-descriptor>
+
+</ejb-jar>
Added: branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/jboss.xml
===================================================================
--- branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/jboss.xml 2006-08-30 19:06:37 UTC (rev 56461)
+++ branches/JBoss_4_0_3_SP1_JBAS_3511/testsuite/src/resources/jca/asf/META-INF/jboss.xml 2006-08-30 19:06:40 UTC (rev 56462)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss>
+ <enterprise-beans>
+ <message-driven>
+ <ejb-name>SessionPoolTester</ejb-name>
+ </message-driven>
+ </enterprise-beans>
+</jboss>
More information about the jboss-cvs-commits
mailing list