Overview:
=========
  The purpose of the bpm_orchestration1 quickstart sample is to demonstrate the
  integration of a process definition into JBoss ESB.

To Run '.esb' archive mode:
===========================
  1. In a command terminal window in this folder ("Window1"), type 'ant deploy'.
  2. Open another command terminal window in this folder ("Window2"), type
     'ant deployProcess'.
  3. Switch back to Application Server console and wait for the message
     '[SchemaExport] schema export complete' to appear on the console.
  4. Switch back to "Window2", type 'ant startProcess'.
  5. Switch back to Application Server console to see the output from the ESB.
  
   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
  
  6. In the http://localhost:8080/jbpm-console, you can check that the "processDefinition2" is
     deployed and that there is one running instance.
  7. To undeploy the esb archive, type 'ant undeploy' ("Window1").




