[jboss-svn-commits] JBL Code SVN: r25156 - labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration1.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 9 07:26:28 EST 2009


Author: tfennelly
Date: 2009-02-09 07:26:28 -0500 (Mon, 09 Feb 2009)
New Revision: 25156

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration1/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBESB-2355

Modified: labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration1/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration1/readme.txt	2009-02-09 10:48:33 UTC (rev 25155)
+++ labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration1/readme.txt	2009-02-09 12:26:28 UTC (rev 25156)
@@ -15,11 +15,28 @@
   
    Sample Output from "ant startProcess":
     ======================================
-    10:42:14,386 INFO  [MessageSpy] Body: Start It Up
-    10:42:14,463 INFO  [ProcessInfo] Token ID: 1
-    10:42:14,463 INFO  [ProcessInfo] Process Name: null
-    10:42:14,463 INFO  [ProcessInfo] Process Version: null
-    10:42:14,463 INFO  [MessageSpy] Body: Start It Up
+	12:21:41,781 INFO  [MessageSpy] Body: Start It Up
+	12:21:42,156 INFO  [ProcessInfo] Token ID: null
+	12:21:42,156 INFO  [ProcessInfo] Process ID: 1
+	12:21:42,156 INFO  [ProcessInfo] Process Name: processDefinition2
+	12:21:42,156 INFO  [ProcessInfo] Process Version: null
+	12:21:42,156 INFO  [MessageSpy] Body: Start It Up
+	12:21:42,187 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
+	12:21:42,203 INFO  [STDOUT] Executed by the process, not by the ESB
+	12:21:43,312 INFO  [STDOUT] 1********** Begin Service 1 ***********
+	12:21:43,328 INFO  [STDOUT] In: Start It Up
+	12:21:43,328 INFO  [STDOUT] Out: Service 1 Start It Up
+	12:21:43,328 INFO  [STDOUT] ************ End Service 1 ************
+	12:21:43,828 INFO  [STDOUT] 2********** Begin Service 2 ***********
+	12:21:43,828 INFO  [STDOUT] In: Service 1 Start It Up
+	12:21:43,828 INFO  [STDOUT] Out: Service 2 Service 1 Start It Up
+	12:21:43,843 INFO  [STDOUT] ************ End Service 2 ************
+	12:21:44,171 INFO  [STDOUT] 3********** Begin Service 3 ***********
+	12:21:44,171 INFO  [STDOUT] In: Service 2 Service 1 Start It Up
+	12:21:44,171 INFO  [STDOUT] Out: Service 3 Service 2 Service 1 Start It Up
+	12:21:44,171 INFO  [STDOUT] ************ End Service 3 ************
+	12:21:44,375 INFO  [STDOUT] Executed by the process, not by the ESB
+	12:21:44,453 INFO  [MessageSpy] Body: Service 3 Service 2 Service 1 Start It Up
   
   6. In the http://localhost:8080/jbpm-console, you can check that the "processDefinition2" is
      deployed and that there is one running instance.




More information about the jboss-svn-commits mailing list