Author: manaRH
Date: 2010-09-14 07:43:07 -0400 (Tue, 14 Sep 2010)
New Revision: 13749
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml
branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml
Log:
upgraded jbpm to 3.2.9 JBPAPP-3125
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2010-09-14 08:00:54 UTC (rev
13748)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2010-09-14 11:43:07 UTC (rev
13749)
@@ -264,7 +264,7 @@
<dependency>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>jbpm-jpdl</artifactId>
- <version>3.2.5.SP5</version>
+ <version>3.2.9</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml
===================================================================
---
branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml 2010-09-14
08:00:54 UTC (rev 13748)
+++
branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/hibernate.cfg.xml 2010-09-14
11:43:07 UTC (rev 13749)
@@ -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_4_3_FP01/examples/todo/resources/hibernate.cfg.xml
===================================================================
---
branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml 2010-09-14
08:00:54 UTC (rev 13748)
+++
branches/enterprise/JBPAPP_4_3_FP01/examples/todo/resources/hibernate.cfg.xml 2010-09-14
11:43:07 UTC (rev 13749)
@@ -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_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml
===================================================================
---
branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml 2010-09-14
08:00:54 UTC (rev 13748)
+++
branches/enterprise/JBPAPP_4_3_FP01/src/test/integration/resources/hibernate.cfg.xml 2010-09-14
11:43:07 UTC (rev 13749)
@@ -40,6 +40,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"/>
<!-- graph.def mapping files -->
Show replies by date