User: slaboure
Date: 02/04/13 08:16:45
Modified: src/resources/testbeancluster/META-INF ejb-jar.xml
Log:
Extended test environment for clustering testing
Revision Changes Path
1.4 +13 -13 jbosstest/src/resources/testbeancluster/META-INF/ejb-jar.xml
Index: ejb-jar.xml
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/resources/testbeancluster/META-INF/ejb-jar.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ejb-jar.xml 20 Mar 2002 15:51:45 -0000 1.3
+++ ejb-jar.xml 13 Apr 2002 15:16:45 -0000 1.4
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans
2.0//EN"
+<!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>
<enterprise-beans>
-
+
<session>
<description>Nextgen test bean stateless</description>
<ejb-name>nextgen.StatelessSession</ejb-name>
<home>org.jboss.test.testbean.interfaces.StatelessSessionHome</home>
- <remote>org.jboss.test.testbean.interfaces.StatelessSession</remote>
+
<remote>org.jboss.test.testbeancluster.interfaces.StatelessSession</remote>
<ejb-class>org.jboss.test.testbeancluster.bean.StatelessSessionBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
@@ -86,7 +86,7 @@
</cmp-field>
<primkey-field>name</primkey-field>
</entity>
-
+
<entity>
<description>Nextgen BMP bean</description>
<ejb-name>nextgen.EntityBMP</ejb-name>
@@ -141,7 +141,7 @@
<field-name>otherField</field-name>
</cmp-field>
</entity>
-
+
</enterprise-beans>
<assembly-descriptor>
<container-transaction>
@@ -171,8 +171,8 @@
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
-
-
+
+
<container-transaction>
<method>
<ejb-name>nextgen.TxSession</ejb-name>
@@ -194,7 +194,7 @@
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
-
+
<container-transaction>
<method>
<ejb-name>nextgen.TxSession</ejb-name>
@@ -202,7 +202,7 @@
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
-
+
<container-transaction>
<method>
<ejb-name>nextgen.TxSession</ejb-name>
@@ -210,7 +210,7 @@
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
-
+
<container-transaction>
<method>
<ejb-name>nextgen.TxSession</ejb-name>
@@ -218,7 +218,7 @@
</method>
<trans-attribute>REQUIRESNEW</trans-attribute>
</container-transaction>
-
+
<container-transaction>
<method>
<ejb-name>nextgen.TxSession</ejb-name>
@@ -226,7 +226,7 @@
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
-
+
<container-transaction>
<method>
<ejb-name>nextgen.TxSession</ejb-name>
@@ -234,7 +234,7 @@
</method>
<trans-attribute>Not_Supported</trans-attribute>
</container-transaction>
-
+
</assembly-descriptor>
</ejb-jar>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development