[jboss-svn-commits] JBL Code SVN: r20256 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 2 10:57:22 EDT 2008


Author: kevin.conner at jboss.com
Date: 2008-06-02 10:57:22 -0400 (Mon, 02 Jun 2008)
New Revision: 20256

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/build.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/readme.txt
Log:
Disable run: JBESB-1786

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/build.xml	2008-06-02 14:04:18 UTC (rev 20255)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/build.xml	2008-06-02 14:57:22 UTC (rev 20256)
@@ -1,4 +1,4 @@
-<project name="Quickstart_bpm_orchestration2" default="run" basedir=".">
+<project name="Quickstart_bpm_orchestration2" default="deploy" basedir=".">
 
 	<description>
 		${ant.project.name}
@@ -27,6 +27,10 @@
 	  <antcall target="deployProcess"/>
   </target>
 	
+  <target name="run">
+        <echo message="This target is not implemented for this quickstart. Please run 'ant deploy', 'ant deployProcess' and 'ant startProcess'"/>
+  </target>
+
   <target name="runtest">
 	<echo>Use "ant deployProcess" followed by "ant startProcess"</echo>
   </target>

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/readme.txt	2008-06-02 14:04:18 UTC (rev 20255)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/readme.txt	2008-06-02 14:57:22 UTC (rev 20256)
@@ -7,17 +7,7 @@
 
 To Run standalone mode:
 =======================
-  1. In a command terminal window in the quickstart folder type
-     'ant deploy-jms-dests'.
-  2. In a command terminal window in this folder ("Window1"), type 'ant run'.
-  3. Open another command terminal window in this folder ("Window2"), type
-     'ant deployProcess' to deploy the process.
-  4. Switch back to ESB console and wait for the message
-     'Process Definition Deployed:' to appear on the console.
-  5. Switch back to "Window2", type 'ant startProcess' to start the process.
-  6. Switch back to "Window1" to see the output from the ESB
-  7. When finished, interrupt the ESB using Ctrl-C and, in this folder
-     ("Window1"), type 'ant undeploy-jms-dests'.
+  This quickstart does not run in standalone mode.
 
 To Run '.esb' archive mode:
 ===========================
@@ -112,4 +102,4 @@
 13:18:39,106 INFO  [STDOUT] Out: Getting Started 'Receive Order'  'Credit Check'  'Validate Order'  'Inventory Check'  'Dallas'  'Shipped' 
 13:18:39,106 INFO  [STDOUT] ***** End Ship It *****
 13:18:39,113 INFO  [STDOUT] SUCCESS!: 
-13:18:39,113 INFO  [STDOUT] [Getting Started 'Receive Order'  'Credit Check'  'Validate Order'  'Inventory Check'  'Dallas'  'Shipped' ].
\ No newline at end of file
+13:18:39,113 INFO  [STDOUT] [Getting Started 'Receive Order'  'Credit Check'  'Validate Order'  'Inventory Check'  'Dallas'  'Shipped' ].




More information about the jboss-svn-commits mailing list