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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 30 07:16:28 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-10-30 07:16:27 -0400 (Thu, 30 Oct 2008)
New Revision: 2674

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
[JBPM-1736] concurrent execution not supported on hsqldb

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-10-30 11:15:47 UTC (rev 2673)
+++ jbpm3/trunk/modules/core/pom.xml	2008-10-30 11:16:27 UTC (rev 2674)
@@ -247,6 +247,8 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
+                <!-- Concurrent execution not supported on hsqldb -->
+                <exclude>org/jbpm/jbpm983/JBPM983Test.java</exclude>
               </excludes>
             </configuration>
           </plugin>




More information about the jbpm-commits mailing list