This zip file contains two folders:
This folder contains six message#.xml
files (1 through 6) for the Red Hat Fuse Tooling Tutorials.
As described in the Setting up your environment tutorial, copy these message#.xml
files into your sample project’s src/data/
folder.
This folder contains three files: blueprint1.xml
, blueprint2.xml
, and blueprint3.xml
. After you complete the Setting up your environment tutorial, which is the only tutorial you must complete to be able to work through the remaining tutorials, you can use these files to complete the following tutorials:
-
blueprint1.xml
is the routing context resulting from completing the Defining a Route tutorial. You can use it as the starting point for the following tutorials: Running a Route Adding a Content-Based Router -
blueprint2.xml
is the routing context resulting from completing the Adding a content-based router tutorial. You can use it as the starting point for the Adding another route to the routing context tutorial. -
Use
blueprint3.xml
to complete any of the following tutorials: Debugging a routing context, Tracing a message through a route, Testing a route with JUnit, and Publishing a Fuse project to Red Hat JBoss Fuse.
To use any of these blueprint#.xml
files:
- Unzip this file to a convenient location external to your Developer Studio workspace.
- Complete the Setting up your environment tutorial.
- Delete or rename the
blueprint.xml
file from the ZooOrderApp project's/src/main/resources/OSGI-INF/blueprint/
folder. - Copy the
blueprint#.xml
file corresponding to the tutorial that you want to complete into the vacatedCBRroute/src/main/resources/OSGI-INF/blueprint/
folder. - Rename the
blueprint#.xml
file toblueprint.xml
. - Follow the instructions for completing the tutorial.