Red Hat Training

A Red Hat training course is available for Red Hat Fuse

1.4. Instructions for JBoss Fuse on Karaf

Install the Integration Pack on JBoss Fuse on Karaf

The Integration Pack pack must be installed on an instance of JBoss Fuse on Karaf. Make sure that the server is stopped.
Important
The Integration Pack can only be installed in a standalone Karaf container. The Integration Pack is not supported in Fabric.
  1. Download fuse-integration-karaf-distro-1.7.0.redhat-version.zip and unpack the .zip files on to JBoss Fuse on Karaf.
  2. Start JBoss Fuse.
  3. In Karaf, add Karaf BRMS assemblies:
    features:addurl mvn:org.apache.karaf.assemblies.features/brms-features/2.4.0.redhat-630283/xml/features
  4. Add Drools if it has not already been added:
    features:addurl mvn:org.drools/drools-karaf-features/6.5.0.Final-redhat-15/xml/features-fuse
  5. Add the JBoss Fuse integration features files:
    features:addurl mvn:org.jboss.integration.fuse/karaf-features/1.7.0.redhat-630036/xml/features
  6. Install the core features by entering the following command:
    features:install feature-name
    and replacing feature-name with the feature name one at a time:
    fuse-bxms-switchyard-bpm
    fuse-bxms-switchyard-common-knowledge
    fuse-bxms-switchyard-rules
  7. Add the JBoss Fuse integration quickstart features files:
    features:addurl mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.7.0.redhat-630036/xml/features
  8. Install the quickstart features by entering the following command:
    features:install feature-name
    and replacing feature-name with the feature name one at a time:
    fuse-bxms-quickstart-switchyard-bpm-service
    fuse-bxms-quickstart-switchyard-rules-camel-cbr
    fuse-bxms-quickstart-switchyard-rules-interview
    fuse-bxms-quickstart-switchyard-rules-interview-container
    fuse-bxms-quickstart-switchyard-rules-interview-dtable
    fuse-bxms-quickstart-switchyard-library
    fuse-bxms-quickstart-switchyard-rules-multithread
    fuse-bxms-quickstart-switchyard-rules-csv
    fuse-bxms-quickstart-switchyard-helpdesk-ds
    fuse-bxms-quickstart-switchyard-helpdesk
    fuse-bxms-quickstart-switchyard-drools-channels
    fuse-bxms-quickstart-camel-blueprint-drools-decision-table
    fuse-bxms-quickstart-camel-spring-drools-decision-table
    fuse-bxms-quickstart-camel-jbpm-workitems
The Fuse integration quickstarts can be found in fuse_install_dir/quickstarts/fuse-integration. Navigate to the directory for the quickstart you want to run. Follow the instructions in the README file to execute the quickstart. Each quickstart has different instructions.