Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 802 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 802 Bytes

HL7 Example

Requirements

Building Example

From top level of example project directory, run

mvn clean install

Running in JBoss Fuse

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

File Based Test

Copy the file src/test/data/camel-test.hl7 to /tmp/hl7-example/.