이 콘텐츠는 선택한 언어로 제공되지 않습니다.

1.2. Instructions for JBoss Fuse on Karaf


Install the Integration Pack on JBoss Fuse on Karaf

Procedure 1.1. Install the SwitchYard/BRMS Integration Pack on JBoss Fuse on Karaf

The integration SwitchYard/BRMS pack must be installed on an instance of JBoss Fuse on Karaf. Make sure that the server is stopped.
  1. Download fuse-integration-karaf-distro-1.3.0.redhat-002.zip and unpack the .zip files on to JBoss Fuse on Karaf.
  2. Start JBoss Fuse.
  3. In Karaf, add Drools if it has not already been added:
    features:addurl mvn:org.drools/drools-karaf-features/6.3.0.Final-redhat-5/xml/features
    Copy to Clipboard Toggle word wrap
  4. Add the JBoss Fuse integration features files:
    features:addurl mvn:org.jboss.integration.fuse/karaf-features/1.3.0.redhat-002/xml/features
    Copy to Clipboard Toggle word wrap
  5. Install the core features by entering the following command:
    features:install feature-name
    Copy to Clipboard Toggle word wrap
    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
    
    Copy to Clipboard Toggle word wrap
  6. Add the JBoss Fuse integration quickstart features files:
    features:addurl mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.3.0.redhat-002/xml/features
    Copy to Clipboard Toggle word wrap
  7. Install the quickstart features by entering the following command:
    features:install feature-name
    Copy to Clipboard Toggle word wrap
    and replacing feature-name with the feature name one at a time:
    fuse-bxms-switchyard-quickstart-rules-camel-cbr
    fuse-bxms-switchyard-quickstart-rules-interview
    fuse-bxms-switchyard-quickstart-rules-dtable
    fuse-bxms-switchyard-quickstart-rules-interview-container
    fuse-bxms-switchyard-quickstart-bpm-service
    fuse-bxms-switchyard-demo-library
    fuse-bxms-switchyard-demo-helpdesk
    fuse-bxms-camel-spring-drools-decision-table
    fuse-bxms-camel-blueprint-drools-decision-table
    fuse-bxms-switchyard-quickstart-rules-csv
    fuse-bxms-switchyard-quickstart-rules-multithread
    Copy to Clipboard Toggle word wrap
The Fuse integration quickstarts can be found in 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.

Install the Integration Pack on JBoss Fuse Fabric

Procedure 1.2. Install the SwitchYard/BRMS Integration Pack on JBoss Fuse Fabric

The integration SwitchYard/BRMS pack must be installed on an instance of JBoss Fuse on Karaf. Make sure that the server is stopped.
  1. Download fuse-integration-karaf-distro-1.3.0.redhat-002.zip and unpack the .zip files on to JBoss Fuse on Karaf.
  2. Add a new management user.
    fabric:create --wait-for-provisioning --new-user admin --new-user-password admin
    Copy to Clipboard Toggle word wrap
  3. Start JBoss Fuse.
  4. Create a new fabric profile for integration pack.
    fabric:profile-create --parent jboss-fuse-full jboss-fuse-full-ip
    Copy to Clipboard Toggle word wrap
  5. Modify the list of Maven repositories in the io.fabric8.agent properties PID.
    fabric:profile-edit --append --pid io.fabric8.agent/org.ops4j.pax.url.mvn.repositories=http://download.lab.bos.redhat.com/brewroot/repos/jb-bxms-6.3-build/latest/maven@id=jb-bxms-6.3-build default
    Copy to Clipboard Toggle word wrap
  6. Edit the Integration pack fabric profile to add repository url.
    fabric:profile-edit --repository mvn:org.drools/drools-karaf-features/6.4.0.Beta2-redhat-1/xml/features jboss-fuse-full-ip
    fabric:profile-edit --repository mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.4.0.redhat-001/xml/features jboss-fuse-full-ip
    fabric:profile-edit --repository mvn:org.switchyard.karaf/switchyard/2.0.1.redhat-621107/xml/core-features jboss-fuse-full-ip
    
    Copy to Clipboard Toggle word wrap
    Install the quickstart features by entering the following command and replacing feature-name with the feature name one at a time.
    features:install feature-name
    Copy to Clipboard Toggle word wrap
    For example, install the switchyard rules quickstart feature.
    fabric:profile-edit --feature fuse-bxms-switchyard-quickstart-rules-camel-cbr jboss-fuse-full-ip
    Copy to Clipboard Toggle word wrap

Using Integration Pack with Maven

In order for Maven to resolve the supported versions of CXF and camel-cxf artifacts, the jboss-fuse-parent BOM must be imported into the <dependencyManagement> section of the top-level pom.xml. For example:
<dependencyManagement>
    ...
    <dependency>
       <groupId>org.jboss.fuse.bom</groupId>
       <artifactId>jboss-fuse-parent</artifactId>
       <version>version.fuse.eap</version>
       <type>pom</type>
       <scope>import</scope>
    </dependency>
Copy to Clipboard Toggle word wrap
The value of version.fuse.eap should be 6.2.1.redhat-084 in this instance.
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat