[jbpm-commits] JBoss JBPM SVN: r4164 - jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 6 03:39:41 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-06 03:39:41 -0500 (Fri, 06 Mar 2009)
New Revision: 4164

Modified:
   jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml
Log:
[JBPM-1952] Exclude JMS job execution on HSQLDB and MySQL

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml	2009-03-06 08:29:20 UTC (rev 4163)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/enterprise/pom.xml	2009-03-06 08:39:41 UTC (rev 4164)
@@ -233,6 +233,8 @@
               <excludes>
                 <!-- [JBPM-1708] Enterprise EjbSchedulerTest fails -->
                 <exclude>org/jbpm/enterprise/ejbtimer/EjbSchedulerTest.java</exclude>
+                <!-- [JBPM-1952] StaleObjectStateException with multiple JobExecutors -->
+                <exclude>org/jbpm/enterprise/jbpm1952/JBPM1952Test.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -260,6 +262,8 @@
               <excludes>
                 <!-- [JBPM-1708] Enterprise EjbSchedulerTest fails -->
                 <exclude>org/jbpm/enterprise/ejbtimer/EjbSchedulerTest.java</exclude>
+                <!-- [JBPM-1952] StaleObjectStateException with multiple JobExecutors -->
+                <exclude>org/jbpm/enterprise/jbpm1952/JBPM1952Test.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -283,6 +287,12 @@
         <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <!-- [JBPM-1952] StaleObjectStateException with multiple JobExecutors -->
+                <exclude>org/jbpm/enterprise/jbpm1952/JBPM1952Test.java</exclude>
+              </excludes>
+            </configuration>
           </plugin>
         </plugins>
       </build>
@@ -306,7 +316,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- [JBPM-1952] SOSE in async fork fails -->
+                <!-- [JBPM-1952] StaleObjectStateException with multiple JobExecutors -->
                 <exclude>org/jbpm/enterprise/jbpm1952/JBPM1952Test.java</exclude>
               </excludes>
             </configuration>




More information about the jbpm-commits mailing list