이 콘텐츠는 선택한 언어로 제공되지 않습니다.
10.3. Install/Update Core Integration Features
Note
This section refers to features in the
drools-karaf-features-<version>-features.xml
file. For additional integration features, refer to Section 10.4, “Install Additional Integration Features”.
If you have already installed an older version of the core JBoss BPM Suite and JBoss BRMS features (for example,
drools-karaf-features-6.2.0.Final-redhat-6-features.xml
), you need to remove them and all associated files before installing the most recent features.xml
file.
Procedure 10.1. Removing an Existing drools-karaf-features
Installation
- Start the Fuse console using:
./installDir/bin/fuse
$ ./installDir/bin/fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Unistall old features/apps that used the previous
features.xml
file. For example:JBossFuse:karaf@root> features:uninstall drools-module JBossFuse:karaf@root> features:uninstall jbpm JBossFuse:karaf@root> features:uninstall kie-ci
JBossFuse:karaf@root> features:uninstall drools-module JBossFuse:karaf@root> features:uninstall jbpm JBossFuse:karaf@root> features:uninstall kie-ci
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Search for references of bundles using drools/kie/jbpm and remove them:
karaf@root> list -t 0 -s | grep drools karaf@root> list -t 0 -s | grep kie karaf@root> list -t 0 -s | grep jbpm
karaf@root> list -t 0 -s | grep drools karaf@root> list -t 0 -s | grep kie karaf@root> list -t 0 -s | grep jbpm
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To remove the bundles:karaf@root> osgi:uninstall <BUNDLE_ID>
karaf@root> osgi:uninstall <BUNDLE_ID>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Remove the old drools-karaf-features url:
karaf@root> features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-<version>/xml/features
karaf@root> features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-<version>/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart Fuse.
To install the
drools-karaf-features
:
Procedure 10.2. Install core JBoss BPM Suite and JBoss BRMS features
- Configure required repositories
- Edit the
installDir/etc/org.ops4j.pax.url.mvn.cfg
file in your JBoss Fuse installation and add the following entry to theorg.ops4j.pax.url.mvn.repositories
variable, noting that entries are separated by ‘, \
’:- http://maven.repository.redhat.com/product-ga/@id=bxms-product-repo
- Start JBoss Fuse:
./installDir/bin/fuse
$ ./installDir/bin/fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add a reference to the core features file by running the following console command:
JBossFuse:karaf@root> features:addurl mvn:org.drools/drools-karaf-features/<version>/xml/features
JBossFuse:karaf@root> features:addurl mvn:org.drools/drools-karaf-features/<version>/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For example:features:addurl mvn:org.drools/drools-karaf-features/6.3.0.Final-redhat-7/xml/features
features:addurl mvn:org.drools/drools-karaf-features/6.3.0.Final-redhat-7/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - You can now install the features provided by this file by running, for example, the following console command:
JBossFuse:karaf@root> features:install jbpm
JBossFuse:karaf@root> features:install jbpm
Copy to Clipboard Copied! Toggle word wrap Toggle overflow