[jboss-cvs] JBossAS SVN: r79065 - trunk/testsuite/src/resources/cmp2/simple/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 3 07:05:34 EDT 2008


Author: istudens at redhat.com
Date: 2008-10-03 07:05:34 -0400 (Fri, 03 Oct 2008)
New Revision: 79065

Modified:
   trunk/testsuite/src/resources/cmp2/simple/META-INF/ejb-jar.xml
Log:
bad type of primary key

Modified: trunk/testsuite/src/resources/cmp2/simple/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/cmp2/simple/META-INF/ejb-jar.xml	2008-10-03 10:54:09 UTC (rev 79064)
+++ trunk/testsuite/src/resources/cmp2/simple/META-INF/ejb-jar.xml	2008-10-03 11:05:34 UTC (rev 79065)
@@ -12,7 +12,7 @@
          <remote>org.jboss.test.deployers.jbas5349.ejb2.SimpleEntity</remote>
          <ejb-class>org.jboss.test.deployers.jbas5349.ejb2.SimpleEntityBean</ejb-class>
          <persistence-type>Container</persistence-type>
-         <prim-key-class>java.lang.String</prim-key-class>
+         <prim-key-class>java.lang.Long</prim-key-class>
          <reentrant>False</reentrant>
          <cmp-version>2.x</cmp-version>
          <abstract-schema-name>simple</abstract-schema-name>




More information about the jboss-cvs-commits mailing list