[jboss-cvs] JBossAS SVN: r107173 - in branches/JBPAPP_5_1/testsuite/src/resources/hibernate: jbas7411 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 28 16:41:55 EDT 2010


Author: jaikiran
Date: 2010-07-28 16:41:54 -0400 (Wed, 28 Jul 2010)
New Revision: 107173

Modified:
   branches/JBPAPP_5_1/testsuite/src/resources/hibernate/ejbtimers/Timers.hbm.xml
   branches/JBPAPP_5_1/testsuite/src/resources/hibernate/jbas7411/Timers.hbm.xml
Log:
JBPAPP-4749 Fix the org.jboss.test.hibernate.test.* tests to use their own test specific tables

Modified: branches/JBPAPP_5_1/testsuite/src/resources/hibernate/ejbtimers/Timers.hbm.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/hibernate/ejbtimers/Timers.hbm.xml	2010-07-28 19:35:39 UTC (rev 107172)
+++ branches/JBPAPP_5_1/testsuite/src/resources/hibernate/ejbtimers/Timers.hbm.xml	2010-07-28 20:41:54 UTC (rev 107173)
@@ -6,7 +6,7 @@
  $Id$
 -->
     <class name="Timers"
-           table="TIMERS" schema="PUBLIC">
+           table="HIB_EJB_TIMERS" schema="PUBLIC">
         <composite-id name="id" class="org.jboss.test.hibernate.timers.TimersID">
             <key-property name="timerID" type="string">
                 <column name="TIMERID" length="80" />

Modified: branches/JBPAPP_5_1/testsuite/src/resources/hibernate/jbas7411/Timers.hbm.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/hibernate/jbas7411/Timers.hbm.xml	2010-07-28 19:35:39 UTC (rev 107172)
+++ branches/JBPAPP_5_1/testsuite/src/resources/hibernate/jbas7411/Timers.hbm.xml	2010-07-28 20:41:54 UTC (rev 107173)
@@ -6,7 +6,7 @@
  $Id: Timers.hbm.xml 35847 2005-09-10 23:36:12Z starksm $
 -->
     <class name="Timers"
-           table="TIMERS" schema="PUBLIC">
+           table="JBAS7411_TIMERS" schema="PUBLIC">
         
         <cache usage="transactional"/>
         



More information about the jboss-cvs-commits mailing list