Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.8.4. Testing Your First Integration Quickstart Application
Procedure 8.5.
- Start JBoss Fuse:
./installDir/bin/fuse
$ ./installDir/bin/fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install and start the switchyard-bpm-service by running the following console command. Any dependent features specified by the application’s features file will be installed automatically.
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 - Submit a webservice request to invoke the SOAP gateway.
- Open a terminal window and navigate to the associated quickstart directory that was unpacked from the quickstart 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 Mavensettings.xml
file:- http://maven.repository.redhat.com/techpreview/all/
- http://repository.jboss.org/nexus/content/repositories/public/
- https://repo.fusesource.com/nexus/content/groups/public/
- Run the following command:
mvn exec:java -Pkaraf
$ mvn exec:java -Pkaraf
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- You will receive the following response:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteIf you have not restarted the server since working through the configuration procedures up to this point, you might receive the following response. If so, restart the server and run the command again.SOAP Reply: <html><body>No service was found.</body></html>
SOAP Reply: <html><body>No service was found.</body></html>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow