Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
10.4. Install Additional Integration Features
Use the following procedure for additional integration with SwitchYard and Camel.
Procedure 10.3. SwitchYard and Camel Integration
- Download the
fuse-integration
package that is aligned with your version of JBoss Fuse.Note
For instance, if you want to use the 6.2.0.redhat-117 version of JBoss Fuse, you need to install thefuse-6.2.0.redhat-117
JBoss Fuse integration features - Add the Remote Maven Repository that contains the fuse dependencies to your
karaf
instance:- Edit the
Fuse_home/etc/org.ops4j.pax.url.mvn.cfg
- Update the Drools features URL:
JBossFuse:karaf@root> features:addurl mvn:org.switchyard.karaf/mvn:org.switchyard.karaf/switchyard/<SWITCHYARD_VERSION>/xml/core-features JBossFuse:karaf@root> features:addurl mvn:org.drools/drools-karaf-features/<DROOLS_VERSION>/xml/features JBossFuse:karaf@root> features:addurl mvn:org.jboss.integration.fuse/karaf-features/1.0.0.redhat-<version>/xml/features
JBossFuse:karaf@root> features:addurl mvn:org.switchyard.karaf/mvn:org.switchyard.karaf/switchyard/<SWITCHYARD_VERSION>/xml/core-features JBossFuse:karaf@root> features:addurl mvn:org.drools/drools-karaf-features/<DROOLS_VERSION>/xml/features JBossFuse:karaf@root> features:addurl mvn:org.jboss.integration.fuse/karaf-features/1.0.0.redhat-<version>/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - You can now install the features provided for SwitchYard and Camel integration by running, for example, the following console command:
JBossFuse:karaf@root> features:install fuse-bxms-switchyard-rules JBossFuse:karaf@root> features:install kie-camel JBossFuse:karaf@root> features:install jbpm-workitems-camel
JBossFuse:karaf@root> features:install fuse-bxms-switchyard-rules JBossFuse:karaf@root> features:install kie-camel JBossFuse:karaf@root> features:install jbpm-workitems-camel
Copy to Clipboard Copied! Toggle word wrap Toggle overflow