此内容没有您所选择的语言版本。
11.6. Installing Red Hat JBoss Fuse Integration Quick Start Applications
The following features for Red Hat JBoss Fuse integration quick start applications are provided by org/jboss/integration/fuse/quickstarts/karaf-features/1.0.0.redhat-VERSION/karaf-features-1.0.0.redhat-VERSION-features.xml
:
-
fuse-bxms-switchyard-quickstart-bpm-service
-
fuse-bxms-switchyard-quickstart-rules-camel-cbr
-
fuse-bxms-switchyard-quickstart-rules-interview
-
fuse-bxms-switchyard-quickstart-rules-interview-container
-
fuse-bxms-switchyard-quickstart-rules-interview-dtable
-
fuse-bxms-switchyard-demo-library
-
fuse-bxms-switchyard-demo-helpdesk
-
fuse-bxms-camel-blueprint-drools-decision-table
-
fuse-bxms-camel-spring-drools-decision-table
-
fuse-bxms-jbpm-workitems-camel-quickstart
-
fuse-bxms-spring-jbpm-osgi-example
This file (and supporting repositories) is located in http://repository.jboss.org/nexus/content/repositories/public, which is already configured for use on Red Hat JBoss Fuse 6.2 out of the box in INSTALLATION_DIRECTORY/etc/org.ops4j.pax.url.mvn.cfg
.
Procedure: Installing Quick Start Applications
Add a reference to the features file by running the following console command:
JBossFuse:karaf@root> features:addurl mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.0.0.redhat-VERSION/xml/features
JBossFuse:karaf@root> features:addurl mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.0.0.redhat-VERSION/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow You can now install the quick start applications provided by this features file by running, for example, the following console command:
JBossFuse:karaf@root> features:install fuse-bxms-switchyard-quickstart-bpm-service
JBossFuse:karaf@root> features:install fuse-bxms-switchyard-quickstart-bpm-service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure: Downloading and Installing Quick Start ZIP Files
- Download the quick start application ZIP file.
-
Unpack the contents of the quick starts directory into your existing
INSTALLATION_DIRECTORY/quickstarts
directory. -
Unpack the contents of the system directory into your existing
INSTALLATION_DIRECTORY/system
directory.
11.6.1. Testing Your First Quick Start Application 复制链接链接已复制到粘贴板!
Procedure: Testing Quick Start Application
Start Red Hat JBoss Fuse:
./INSTALLATION_DIRECTORY/bin/fuse
$ ./INSTALLATION_DIRECTORY/bin/fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Install and start the
switchyard-bpm-service
by running the following console command:JBossFuse:karaf@root> features:install fuse-bxms-switchyard-quickstart-bpm-service
JBossFuse:karaf@root> features:install fuse-bxms-switchyard-quickstart-bpm-service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteAny dependent features specified by the application’s features file will be installed automatically.
Submit a web service request to invoke the SOAP gateway.
-
Open a terminal window and navigate to the associated quick start directory that was unpacked from the quick start application ZIP file (in this case,
switchyard-bpm-service
). Run the following command:
mvn clean install
$ mvn clean install
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteYou will need the following repositories configured in your
settings.xml
file:Run the following command:
mvn exec:java -Pkaraf
$ mvn exec:java -Pkaraf
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
-
Open a terminal window and navigate to the associated quick start directory that was unpacked from the quick start application ZIP file (in this case,
You will receive the following response:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow