Hi,
Does anyone know of a simple (complete) working example of a Drools Fusion
project using Drools 6?
My kModule.xml file so far looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<kmodule
xmlns="http://jboss.org/kie/6.0.0/kmodule">
<kbase name="KBase1" default="false"
eventProcessingMode="stream"
equalsBehavior="equality" declarativeAgenda="enabled"
packages="org.domain.pkg2, org.domain.pkg3" includes="KBase1">
<ksession name="KSession1" type="stateful"
default="false"
clockType="realtime">
</ksession>
</kbase>
</kmodule>
However, I think I need to define an entryPoint in the kmodule.xml.. but
can't find an example of how to do this.
If anyone can point me to an example it would be greatly appreciated.
Cheers,
Rich
--
View this message in context:
http://drools.46999.n3.nabble.com/Drools-6-Fusion-Example-tp4030139.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.