[jbpm-commits] JBoss JBPM SVN: r3731 - jbpm3/trunk/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 29 22:11:11 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-01-29 22:11:11 -0500 (Thu, 29 Jan 2009)
New Revision: 3731

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
JBPM-1782 fix JoinExecutionDbTest on postgresql
changing the default join parentLockMode from FORCE to UPGRADE eliminates the SOSE

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2009-01-29 10:58:11 UTC (rev 3730)
+++ jbpm3/trunk/modules/core/pom.xml	2009-01-30 03:11:11 UTC (rev 3731)
@@ -306,8 +306,6 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- [JBPM-1782] Fix JoinExecutionDbTest on postgresql -->
-                <exclude>org/jbpm/jpdl/exe/JoinExecutionDbTest.java</exclude>
                 <!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  -->
                 <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
               </excludes>




More information about the jbpm-commits mailing list