Skip to content

Instantly share code, notes, and snippets.

@stephen-masters
Created February 6, 2015 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephen-masters/781abd092397bf3d3a44 to your computer and use it in GitHub Desktop.
Save stephen-masters/781abd092397bf3d3a44 to your computer and use it in GitHub Desktop.
Example kmodule.xml
<?xml version="1.0" encoding="UTF-8"?>
<kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<kbase name="BusPassKbase" packages="com.sctrcd.buspassws.rules">
<ksession name="BusPassSession" />
</kbase>
</kmodule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment