[jbpm-commits] JBoss JBPM SVN: r5025 - in jbpm3/branches/jbpm-3.2-soa/modules: enterprise/scripts and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 10 15:16:23 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-06-10 15:16:22 -0400 (Wed, 10 Jun 2009)
New Revision: 5025

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml
   jbpm3/branches/jbpm-3.2-soa/modules/enterprise/scripts/antrun-test-jars.xml
Log:
JBPM-2094: Unindexed Foreign Keys cause deadlocks in oracle (REOPENED)
Exclude JBPM2094Test in Sybase profile

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml	2009-06-10 17:57:53 UTC (rev 5024)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml	2009-06-10 19:16:22 UTC (rev 5025)
@@ -314,6 +314,10 @@
         <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <!-- JBPM-2094 Unindexed Foreign Keys cause deadlocks in oracle -->
+              <excludes>org.jbpm.jbpm2094.JBPM2094Test</excludes>
+            </configuration>
           </plugin>
         </plugins>
       </build>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/enterprise/scripts/antrun-test-jars.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/enterprise/scripts/antrun-test-jars.xml	2009-06-10 17:57:53 UTC (rev 5024)
+++ jbpm3/branches/jbpm-3.2-soa/modules/enterprise/scripts/antrun-test-jars.xml	2009-06-10 19:16:22 UTC (rev 5025)
@@ -1,11 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
 <!-- $Id$ -->
 
 <project>
@@ -28,9 +22,9 @@
     </war>
 
     <!-- fork-join-example -->
-    <jar jarfile="${tests.output.dir}/test-libs/fork-join-example.par">
+    <zip destfile="${tests.output.dir}/test-libs/fork-join-example.par">
       <fileset dir="${tests.resources.dir}/deployment/fork-join-example" />
-    </jar>
+    </zip>
 
     <!-- Please add alphabetically -->
 




More information about the jbpm-commits mailing list