https://github.com/lewiswatson/camel-drools
based on io.fabric8.archetypes.karaf-camel-drools-archetype
https://github.com/lewiswatson/camel-drools
Last synced: 9 days ago
JSON representation
based on io.fabric8.archetypes.karaf-camel-drools-archetype
- Host: GitHub
- URL: https://github.com/lewiswatson/camel-drools
- Owner: LewisWatson
- Created: 2016-07-19T13:29:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T13:32:59.000Z (about 10 years ago)
- Last Synced: 2025-10-22T18:52:23.598Z (9 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Drools & Decision Excel Table -Camel Component Example
======================================================
To build this project use
mvn install
This project includes a unit test, ${package}.CamelContextXmlTest, that shows calling this component
To run this project use
mvn camel:run -Psimple
to start a Camel project with Drools component &
mvn camel:run -Pdecision-table
to make a test with a Excel Decision Table
To deploy this project into [Fabric8](http://fabric8.io/gitbook/getStarted.html)
Edit the file etc/org.ops4j.pax.url.mvn.cfg add JBoss maven snapshot repo
https://repository.jboss.org/nexus/content/repositories/snapshots
Start Fabric8
/bin/fabric8 or fabric8.bat
In the Fabric8 console, use the following
features:addurl mvn:${groupId}/${artifactId}/${version}/xml/features
features:install camel-drools-example
To see the results tail the Fabric8 log
tail -f /data/log/fuse.log