Overview:
=========
  This is the most advanced of the "transform" Quickstarts.  Be sure to go
  through the other transformation Quickstarts before going through this.
  
  This Quickstart is quite detailed.  There's an accompanying Flash demo that
  walks you through all the steps that were involved in creating this
  Quickstart.  You should check this out before or as you go through this
  quickstart:
  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demo-03.html
  
  Out of the box, this Quickstart does not use the JBoss ESB Administration
  Console to manage the message Transformation configurations to the ESB.
  However, as you'll hopefully have seen from the Flash demo mentioned above,
  this Quickstart was created using the Admin Console.  In order to ship with
  the ESB distribution, the transformations configurations were exported from
  the console and into the "smooks-res.xml" file here in this Quickstart.  See
  the end of this README for details on how to re-import and manage this
  Quickstart's transformations via the Console.

Running this quickstart:
========================
  Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
  and a more detailed descripton of the different ways to run the quickstarts.

  A comprehensive description of message transformation can be found in
  MessageTransformation.pdf, located in the docs/services folder.

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 runtest'.
  4. Switch back to "Window1" to see the output from the ESB
  5. When finished, interrupt the ESB using Ctrl-C and, in this folder
     ("Window1"), type 'ant undeploy-jms-dests'.

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 runtest'.
  3. Switch back to Application Server console to see the output from the ESB
  4. In this folder ("Window1"), type 'ant undeploy'.

What to look at in this Quickstart:
===================================
  As stated above, reading MessageTransformation.pdf would be of great benefit
  in understanding JBoss ESB Transformations.

  The Flash demo at:
  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demo-03.html

Playing with this Transformation through the Administration Console:
====================================================================
  To load the Transformation Configurations defined in smooks-res.xml into the
  Admin Console, and have them managed from the Admin Console, do the following:
  
  1. Deploy the console as outlined in MessageTransformation.pdf.
  2. Edit the smooks-cdr.lst file in this folder, commenting out both the
     classpath based listings and uncommenting out the listing for the console
     HTTP URI.  The same set of steps were executed at the start of the Flash
     demo.
  3. In the console, import "smooks-res.xml" through the "Import Configurations"
     form.
  4. You are now ready to start managing the message transformations through the
     console.  You can add more transformations and modify the existing
     transformations.
