[jboss-cvs] JBossAS SVN: r108683 - in branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession: ejbthree921/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 20 00:43:57 EDT 2010


Author: pferraro
Date: 2010-10-20 00:43:57 -0400 (Wed, 20 Oct 2010)
New Revision: 108683

Added:
   branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree1346/META-INF/jboss.xml
   branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree921/META-INF/persistence.xml
Log:
Migrated here from ejb3 testsuite

Added: branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree1346/META-INF/jboss.xml
===================================================================
--- branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree1346/META-INF/jboss.xml	                        (rev 0)
+++ branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree1346/META-INF/jboss.xml	2010-10-20 04:43:57 UTC (rev 108683)
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<jboss
+        xmlns="http://www.jboss.com/xml/ns/javaee"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
+                            http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
+        version="3.0">
+      <enterprise-beans>
+            
+         <session>
+            <ejb-name>DisableClusteredAnnotationStateless</ejb-name>
+            <clustered>false</clustered>
+         </session>
+            
+         <session>
+            <ejb-name>DisableClusteredAnnotationStateful</ejb-name>
+            <clustered>false</clustered>
+         </session>
+         
+      </enterprise-beans>
+   </jboss>
\ No newline at end of file

Added: branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree921/META-INF/persistence.xml
===================================================================
--- branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree921/META-INF/persistence.xml	                        (rev 0)
+++ branches/infinispan-int/testsuite/src/resources/cluster/ejb3/clusteredsession/ejbthree921/META-INF/persistence.xml	2010-10-20 04:43:57 UTC (rev 108683)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<persistence xmlns="http://java.sun.com/xml/ns/persistence"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
+   http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
+   version="1.0">
+   <persistence-unit name="tempdb" transaction-type="JTA">
+      <jta-data-source>java:/DefaultDS</jta-data-source>
+      <properties>
+          <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
+      </properties>
+   </persistence-unit>
+</persistence>



More information about the jboss-cvs-commits mailing list