[hibernate-commits] Hibernate SVN: r18388 - core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jan 4 09:53:37 EST 2010


Author: stliu
Date: 2010-01-04 09:53:37 -0500 (Mon, 04 Jan 2010)
New Revision: 18388

Modified:
   core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
Log:
JBPAPP-3321 keywords 'on oracle cause test cases fail

Modified: core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml	2010-01-04 14:08:56 UTC (rev 18387)
+++ core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml	2010-01-04 14:53:37 UTC (rev 18388)
@@ -47,7 +47,7 @@
 		</id>
         <property name="description" type="string"/>
         <many-to-one name="user" column="user234"/>
-        <many-to-one name="resource" />
+        <many-to-one name="resource" column="`resource`"/>
         <property name="dueDate" type="timestamp"/>
         <property name="startDate" type="timestamp"/>
         <property name="completionDate" type="timestamp"/>



More information about the hibernate-commits mailing list