FuseByExample / fuse-tooling-tutorials

Support files for the JBDSIS Fuse Tooling Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Hat Fuse Tooling Tutorials

This zip file contains two folders:

Messages folder

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.

blueprintContexts 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.xmlis 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.xmlis 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:

  1. Unzip this file to a convenient location external to your Developer Studio workspace.
  2. Complete the Setting up your environment tutorial.
  3. Delete or rename the blueprint.xml file from the ZooOrderApp project's /src/main/resources/OSGI-INF/blueprint/ folder.
  4. Copy the blueprint#.xml file corresponding to the tutorial that you want to complete into the vacated CBRroute/src/main/resources/OSGI-INF/blueprint/ folder.
  5. Rename the blueprint#.xml file to blueprint.xml.
  6. Follow the instructions for completing the tutorial.

About

Support files for the JBDSIS Fuse Tooling Tutorials