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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 30 07:15:47 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-10-30 07:15:47 -0400 (Thu, 30 Oct 2008)
New Revision: 2673

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:08:13 UTC (rev 2672)
+++ jbpm3/trunk/modules/core/pom.xml	2008-10-30 11:15:47 UTC (rev 2673)
@@ -220,7 +220,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1736 -->
+                <!-- Concurrent execution not supported on hsqldb -->
                 <exclude>org/jbpm/jbpm983/JBPM983Test.java</exclude>
               </excludes>
             </configuration>




More information about the jbpm-commits mailing list