[seam-commits] Seam SVN: r13788 - in branches/enterprise/JBPAPP_5_0: examples/todo/resources and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 4 09:32:56 EDT 2010


Author: manaRH
Date: 2010-10-04 09:32:55 -0400 (Mon, 04 Oct 2010)
New Revision: 13788

Modified:
   branches/enterprise/JBPAPP_5_0/examples/dvdstore/resources/hibernate.cfg.xml
   branches/enterprise/JBPAPP_5_0/examples/todo/resources/hibernate.cfg.xml
   branches/enterprise/JBPAPP_5_0/src/test/integration/resources/hibernate.cfg.xml
Log:
updating hibernate configuration for jbpm 3.2.9

Modified: branches/enterprise/JBPAPP_5_0/examples/dvdstore/resources/hibernate.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/dvdstore/resources/hibernate.cfg.xml	2010-10-01 08:36:38 UTC (rev 13787)
+++ branches/enterprise/JBPAPP_5_0/examples/dvdstore/resources/hibernate.cfg.xml	2010-10-04 13:32:55 UTC (rev 13788)
@@ -51,6 +51,7 @@
 
     <!-- hql queries and type defs -->
     <mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
+    <mapping resource="org/jbpm/db/hibernate.types.hbm.xml"/>
 
     <!-- graph.action mapping files -->
     <mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>

Modified: branches/enterprise/JBPAPP_5_0/examples/todo/resources/hibernate.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/todo/resources/hibernate.cfg.xml	2010-10-01 08:36:38 UTC (rev 13787)
+++ branches/enterprise/JBPAPP_5_0/examples/todo/resources/hibernate.cfg.xml	2010-10-04 13:32:55 UTC (rev 13788)
@@ -51,7 +51,8 @@
 
     <!-- hql queries and type defs -->
     <mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
-
+	<mapping resource="org/jbpm/db/hibernate.types.hbm.xml"/>
+	
     <!-- graph.action mapping files -->
     <mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>
     

Modified: branches/enterprise/JBPAPP_5_0/src/test/integration/resources/hibernate.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/integration/resources/hibernate.cfg.xml	2010-10-01 08:36:38 UTC (rev 13787)
+++ branches/enterprise/JBPAPP_5_0/src/test/integration/resources/hibernate.cfg.xml	2010-10-04 13:32:55 UTC (rev 13788)
@@ -51,6 +51,7 @@
 
     <!-- hql queries and type defs -->
     <mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
+    <mapping resource="org/jbpm/db/hibernate.types.hbm.xml"/>
 
     <!-- graph.action mapping files -->
     <mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>



More information about the seam-commits mailing list