[jbpm-commits] JBoss JBPM SVN: r5672 - in jbpm4/trunk: modules/api and 32 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 29 10:40:29 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-09-29 10:40:28 -0400 (Tue, 29 Sep 2009)
New Revision: 5672

Added:
   jbpm4/trunk/modules/test-cactus/src/test/java/org/jbpm/test/AllIntegrationTests.java
Modified:
   jbpm4/trunk/build.xml
   jbpm4/trunk/modules/api/pom.xml
   jbpm4/trunk/modules/bpmn/pom.xml
   jbpm4/trunk/modules/db/pom.xml
   jbpm4/trunk/modules/devguide/pom.xml
   jbpm4/trunk/modules/distro/pom.xml
   jbpm4/trunk/modules/distro/src/main/files/examples/build.xml
   jbpm4/trunk/modules/distro/src/main/files/install/build.xml
   jbpm4/trunk/modules/enterprise/pom.xml
   jbpm4/trunk/modules/examples/pom.xml
   jbpm4/trunk/modules/integration/console/pom.xml
   jbpm4/trunk/modules/integration/form-plugin/pom.xml
   jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
   jbpm4/trunk/modules/integration/jboss4/pom.xml
   jbpm4/trunk/modules/integration/jboss5/pom.xml
   jbpm4/trunk/modules/integration/pom.xml
   jbpm4/trunk/modules/integration/report/pom.xml
   jbpm4/trunk/modules/integration/spi/pom.xml
   jbpm4/trunk/modules/integration/tomcat/pom.xml
   jbpm4/trunk/modules/jpdl/pom.xml
   jbpm4/trunk/modules/log/pom.xml
   jbpm4/trunk/modules/migration/pom.xml
   jbpm4/trunk/modules/pvm/pom.xml
   jbpm4/trunk/modules/pvm/src/main/java/org/jbpm/pvm/internal/cfg/ProcessEngineImpl.java
   jbpm4/trunk/modules/test-base/pom.xml
   jbpm4/trunk/modules/test-cactus/pom.xml
   jbpm4/trunk/modules/test-cfg/pom.xml
   jbpm4/trunk/modules/test-concurrent/pom.xml
   jbpm4/trunk/modules/test-db/pom.xml
   jbpm4/trunk/modules/test-load/pom.xml
   jbpm4/trunk/modules/test-pojo/pom.xml
   jbpm4/trunk/modules/userguide/pom.xml
   jbpm4/trunk/pom.xml
   jbpm4/trunk/qa/build.xml
Log:
updated version to 4.2-SNAPSHOT

Modified: jbpm4/trunk/build.xml
===================================================================
--- jbpm4/trunk/build.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/build.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -21,7 +21,7 @@
   <property name="linux.browser" value="mozilla" />
 
   <property name="distro.installation.dir" value="c:/software" />
-  <property name="distro.version" value="4.1-SNAPSHOT" />
+  <property name="distro.version" value="4.2-SNAPSHOT" />
   <property name="distro.jboss.version" value="5.0.0.GA" />
   <property name="distro.eclipse" value="c:/downloads/eclipse/eclipse-jee-ganymede-SR1-win32.zip" />
   <property name="distro.jboss" value="c:/downloads/jboss/jboss-${distro.jboss.version}.zip" />

Modified: jbpm4/trunk/modules/api/pom.xml
===================================================================
--- jbpm4/trunk/modules/api/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/api/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/bpmn/pom.xml
===================================================================
--- jbpm4/trunk/modules/bpmn/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/bpmn/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -37,7 +37,7 @@
 	<parent>
 		<groupId>org.jbpm.jbpm4</groupId>
 		<artifactId>jbpm</artifactId>
-		<version>4.1-SNAPSHOT</version>
+		<version>4.2-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: jbpm4/trunk/modules/db/pom.xml
===================================================================
--- jbpm4/trunk/modules/db/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/db/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/devguide/pom.xml
===================================================================
--- jbpm4/trunk/modules/devguide/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/devguide/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/distro/pom.xml
===================================================================
--- jbpm4/trunk/modules/distro/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/distro/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: jbpm4/trunk/modules/distro/src/main/files/examples/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/examples/build.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/distro/src/main/files/examples/build.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -8,7 +8,7 @@
 	<!-- DEFAULT PROPERTY VALUES -->
 	<property name="database" value="hsqldb" />
 	<property name="jbpm.parent.dir" value="../.." />
-	<property name="jbpm.version" value="4.1-SNAPSHOT" />
+	<property name="jbpm.version" value="4.2-SNAPSHOT" />
 	<property name="jboss.version" value="5.0.0.GA" />
 	<property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" />
 

Modified: jbpm4/trunk/modules/distro/src/main/files/install/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -14,7 +14,7 @@
   <echo message="mail.smtp.host... ${mail.smtp.host}" />
 
   <!-- INTERNAL PROPERTY DEFAULTS -->
-  <property name="jbpm.version" value="4.1-SNAPSHOT" />
+  <property name="jbpm.version" value="4.2-SNAPSHOT" />
   <property name="jbpm.parent.dir" value="../.." />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" />
   <property name="hibernate.connection.type" value="jdbc" /> <!-- jdbc | datasource -->

Modified: jbpm4/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/enterprise/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/examples/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/integration/console/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/console/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/console/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/trunk/modules/integration/form-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/form-plugin/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/form-plugin/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/trunk/modules/integration/jboss4/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/jboss4/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/jboss4/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/trunk/modules/integration/jboss5/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/jboss5/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/jboss5/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/trunk/modules/integration/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/integration/report/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/report/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/report/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/trunk/modules/integration/spi/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/spi/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/spi/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/trunk/modules/integration/tomcat/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/tomcat/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/integration/tomcat/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/trunk/modules/jpdl/pom.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/jpdl/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/log/pom.xml
===================================================================
--- jbpm4/trunk/modules/log/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/log/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/migration/pom.xml
===================================================================
--- jbpm4/trunk/modules/migration/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/migration/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.jbpm.jbpm4</groupId>
 		<artifactId>jbpm</artifactId>
-		<version>4.1-SNAPSHOT</version>
+		<version>4.2-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/pvm/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/pvm/src/main/java/org/jbpm/pvm/internal/cfg/ProcessEngineImpl.java
===================================================================
--- jbpm4/trunk/modules/pvm/src/main/java/org/jbpm/pvm/internal/cfg/ProcessEngineImpl.java	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/pvm/src/main/java/org/jbpm/pvm/internal/cfg/ProcessEngineImpl.java	2009-09-29 14:40:28 UTC (rev 5672)
@@ -92,7 +92,7 @@
   private static final long serialVersionUID = 1L;
   private static final Log log = Log.getLog(ProcessEngineImpl.class.getName());
   
-  public static final String JBPM_LIBRARY_VERSION = "4.1-SNAPSHOT";
+  public static final String JBPM_LIBRARY_VERSION = "4.2-SNAPSHOT";
 
   protected boolean isConfigured = false;
   protected WireContext processEngineWireContext = new WireContext(new WireDefinition(), Context.CONTEXTNAME_PROCESS_ENGINE, true);

Modified: jbpm4/trunk/modules/test-base/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-base/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-base/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-cactus/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cactus/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-cactus/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Added: jbpm4/trunk/modules/test-cactus/src/test/java/org/jbpm/test/AllIntegrationTests.java
===================================================================
--- jbpm4/trunk/modules/test-cactus/src/test/java/org/jbpm/test/AllIntegrationTests.java	                        (rev 0)
+++ jbpm4/trunk/modules/test-cactus/src/test/java/org/jbpm/test/AllIntegrationTests.java	2009-09-29 14:40:28 UTC (rev 5672)
@@ -0,0 +1,121 @@
+package org.jbpm.test;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import org.apache.cactus.ServletTestSuite;
+
+public class AllIntegrationTests extends TestCase {
+
+  public static Test suite() {
+    ServletTestSuite suite = new ServletTestSuite();
+    suite.addTestSuite(org.jbpm.examples.async.activity.AsyncActivityTest.class);
+    suite.addTestSuite(org.jbpm.examples.async.fork.AsyncForkTest.class);
+    suite.addTestSuite(org.jbpm.examples.concurrency.graphbased.ConcurrencyGraphBasedTest.class);
+    suite.addTestSuite(org.jbpm.examples.custom.CustomTest.class);
+    suite.addTestSuite(org.jbpm.examples.decision.conditions.DecisionConditionsTest.class);
+    suite.addTestSuite(org.jbpm.examples.decision.expression.DecisionExpressionTest.class);
+    suite.addTestSuite(org.jbpm.examples.decision.handler.DecisionHandlerTest.class);
+    suite.addTestSuite(org.jbpm.examples.end.multiple.EndMultipleTest.class);
+    suite.addTestSuite(org.jbpm.examples.end.processinstance.EndProcessInstanceTest.class);
+    suite.addTestSuite(org.jbpm.examples.end.state.EndStateTest.class);
+    suite.addTestSuite(org.jbpm.examples.eventlistener.EventListenerTest.class);
+    suite.addTestSuite(org.jbpm.examples.hql.HqlTest.class);
+    suite.addTestSuite(org.jbpm.examples.java.JavaInstantiateTest.class);
+    suite.addTestSuite(org.jbpm.examples.mail.inline.InlineMailTest.class);
+    suite.addTestSuite(org.jbpm.examples.mail.template.TemplateMailTest.class);
+    suite.addTestSuite(org.jbpm.examples.script.expression.ScriptExpressionTest.class);
+    suite.addTestSuite(org.jbpm.examples.script.text.ScriptTextTest.class);
+    suite.addTestSuite(org.jbpm.examples.services.ServicesTest.class);
+    suite.addTestSuite(org.jbpm.examples.sql.SqlTest.class);
+    suite.addTestSuite(org.jbpm.examples.state.choice.StateChoiceTest.class);
+    suite.addTestSuite(org.jbpm.examples.state.sequence.StateSequenceTest.class);
+    suite.addTestSuite(org.jbpm.examples.subprocess.outcomeactivity.SubProcessOutcomeActivityTest.class);
+    suite.addTestSuite(org.jbpm.examples.subprocess.outcomevalue.SubProcessOutcomeValueTest.class);
+    suite.addTestSuite(org.jbpm.examples.subprocess.variables.SubProcessVariablesTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.assignee.TaskAssigneeTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.assignmenthandler.TaskAssignmentHandlerTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.candidates.TaskCandidatesTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.comments.TaskCommentsTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.notification.TaskNotificationTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.reminder.TaskReminderTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.swimlane.TaskSwimlaneTest.class);
+    suite.addTestSuite(org.jbpm.examples.task.variables.TaskVariablesTest.class);
+    suite.addTestSuite(org.jbpm.examples.timer.businesstime.TimerBusinessTimeTest.class);
+    suite.addTestSuite(org.jbpm.examples.timer.event.TimerEventTest.class);
+    suite.addTestSuite(org.jbpm.examples.timer.repeat.TimerRepeatTest.class);
+    suite.addTestSuite(org.jbpm.examples.timer.transition.TimerTransitionTest.class);
+    suite.addTestSuite(org.jbpm.examples.async.eventlistener.AsyncEventListenerTest.class);
+    suite.addTestSuite(org.jbpm.examples.goup.concurrency.GroupConcurrencyTest.class);
+    suite.addTestSuite(org.jbpm.examples.goup.multipleentries.MultipleEntriesTest.class);
+    suite.addTestSuite(org.jbpm.examples.goup.simple.GroupSimpleTest.class);
+    suite.addTestSuite(org.jbpm.examples.goup.timer.GroupTimerTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.DecisionTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.ForkJoinInSameTransactionTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.ForkTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.ForkToTaskTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.GroupBasicsTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.GroupTimersTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.JoinTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.StatesJoinEndTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.StateTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.SubProcessTest.class);
+    suite.addTestSuite(org.jbpm.test.activities.TasksJoinEndTest.class);
+    suite.addTestSuite(org.jbpm.test.async.AsyncBasicsTest.class);
+    suite.addTestSuite(org.jbpm.test.async.AsyncEndCombinationTest.class);
+    suite.addTestSuite(org.jbpm.test.async.AsyncEventListenerOnEndTest.class);
+    suite.addTestSuite(org.jbpm.test.auth.UserProvidedAuthenticationTest.class);
+    suite.addTestSuite(org.jbpm.test.cfg.ConfigurationTest.class);
+    suite.addTestSuite(org.jbpm.test.classloading.DelayedInstantiationTest.class);
+    suite.addTestSuite(org.jbpm.test.deploy.DeploymentResourceTest.class);
+    suite.addTestSuite(org.jbpm.test.deploy.ImageTest.class);
+    suite.addTestSuite(org.jbpm.test.deploy.SuspendDeploymentTest.class);
+    suite.addTestSuite(org.jbpm.test.eventlistener.EventListenerTest.class);
+    suite.addTestSuite(org.jbpm.test.eventlistener.HqlEventListenerTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.ConcurrentEndTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.ExecutionEagerLoadingTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.ExecutionExpressionTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.ExecutionQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.FindExecutionTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.SignalExecutionTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.StartExecutionTest.class);
+    suite.addTestSuite(org.jbpm.test.execution.SystemVariablesTest.class);
+    suite.addTestSuite(org.jbpm.test.history.AvgDurationTest.class);
+    suite.addTestSuite(org.jbpm.test.history.ChoiceDistributionTest.class);
+    suite.addTestSuite(org.jbpm.test.history.EndProcessInstanceTest.class);
+    suite.addTestSuite(org.jbpm.test.history.HistoryTaskAssigneeTest.class);
+    suite.addTestSuite(org.jbpm.test.history.ProcessInstanceHistoryTest.class);
+    suite.addTestSuite(org.jbpm.test.identity.IdentityTest.class);
+    suite.addTestSuite(org.jbpm.test.process.ActivityCoordinatesTest.class);
+    suite.addTestSuite(org.jbpm.test.process.DeploymentResourcesTest.class);
+    suite.addTestSuite(org.jbpm.test.process.DescriptionTest.class);
+    suite.addTestSuite(org.jbpm.test.process.ProcessDefinitionStartFormTest.class);
+    suite.addTestSuite(org.jbpm.test.process.RepositoryServiceTest.class);
+    suite.addTestSuite(org.jbpm.test.query.DeploymentQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.HistoryActivityInstanceQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.HistoryDetailQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.HistoryProcessInstanceQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.HistoryTaskQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.JobQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.ProcessDefinitionQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.query.TaskQueryTest.class);
+    suite.addTestSuite(org.jbpm.test.task.SubTaskTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskCommentsTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskCreateUpdateDeleteTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskListTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskParticipationsTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskPropertiesTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskQueryCandidatesTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskQueryProcessTest.class);
+    suite.addTestSuite(org.jbpm.test.task.TaskVariablesTest.class);
+    suite.addTestSuite(org.jbpm.test.taskactivity.TaskCandidatesTest.class);
+    suite.addTestSuite(org.jbpm.test.taskactivity.TaskCompletionTest.class);
+    suite.addTestSuite(org.jbpm.test.taskactivity.TaskOutcomesTest.class);
+    suite.addTestSuite(org.jbpm.test.taskactivity.TaskReassignTest.class);
+    suite.addTestSuite(org.jbpm.test.timer.TaskTimerTaskTest.class);
+    suite.addTestSuite(org.jbpm.test.timer.TimerTest.class);
+    suite.addTestSuite(org.jbpm.test.variables.BasicVariablesTest.class);
+    suite.addTestSuite(org.jbpm.test.variables.VariableBasicTypesTest.class);
+    suite.addTestSuite(org.jbpm.test.variables.VariableExpressionTest.class);
+    return suite;
+  }
+}


Property changes on: jbpm4/trunk/modules/test-cactus/src/test/java/org/jbpm/test/AllIntegrationTests.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: jbpm4/trunk/modules/test-cfg/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cfg/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-cfg/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-concurrent/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-concurrent/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-concurrent/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-load/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-load/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-load/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/test-pojo/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/userguide/pom.xml
===================================================================
--- jbpm4/trunk/modules/userguide/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/modules/userguide/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/pom.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -21,7 +21,7 @@
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
 
-  <version>4.1-SNAPSHOT</version>
+  <version>4.2-SNAPSHOT</version>
 
   <organization>
     <name>JBoss, a division of Red Hat</name>

Modified: jbpm4/trunk/qa/build.xml
===================================================================
--- jbpm4/trunk/qa/build.xml	2009-09-29 13:23:38 UTC (rev 5671)
+++ jbpm4/trunk/qa/build.xml	2009-09-29 14:40:28 UTC (rev 5672)
@@ -10,7 +10,7 @@
   <!-- CONFIGURABLE PROPERTIES -->
   <property name="database" value="hsqldb" />
   <property name="identity.component" value="jbpm-built-in" />
-  <property name="jbpm.version" value="4.1-SNAPSHOT" />
+  <property name="jbpm.version" value="4.2-SNAPSHOT" />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" /> <!-- jbpm.home should not be configured. change jbpm.parent.dir instead -->
   <property name="jboss.version" value="5.0.0.GA" />
   <property name="jboss.distro.dir" value="${jbpm.home}/downloads" />



More information about the jbpm-commits mailing list