- Apache Maven 3.x (http://maven.apache.org)
- JBoss Fuse 6.2.1 (http://jboss.org/jbossfuse)
From top level of example project directory, run
mvn clean install
Start JBoss Fuse
<JBoss Fuse Home>/bin/fuse
From the JBoss Fuse console, enter the following to install the example application
features:addurl mvn:org.fusebyexample.examples/hl7-example/1.0.0-SNAPSHOT/xml/features
features:install hl7-example
To see what is happening within the JBoss Fuse server, you can continuously view the log (tail) with the following command
log:tail
Copy the file src/test/data/camel-test.hl7
to /tmp/hl7-example/
.