I figured it out.
I was missing the buildProcess() call which actually turns all the nodes
into Rules:
PackageBuilder packageBuilder = new PackageBuilder();
ProcessBuilder processBuilder = new ProcessBuilder(packageBuilder);
processBuilder.buildProcess(process, null);
I fo
I'm working with 5.2.0.SNAPSHOT.. I will try to test your code and let you
know my results..
Greetings.
2010/12/27 Daniel Nathanson
> Hi Mauricio,
>
> Were you ever able to figure out what I am doing wrong?
>
> Regards,
>
> Dan Nathanson
>
> On Dec 23, 2010, at 3:10 AM, Mauricio Salatino wrote:
Hi Mauricio,
Were you ever able to figure out what I am doing wrong?
Regards,
Dan Nathanson
On Dec 23, 2010, at 3:10 AM, Mauricio Salatino wrote:
Hi There..
What version of Drools are you using?
I can help you to figure out what is happening..
2010/12/23 Dan Nathanson
Hi,
I've been bangin
"I am using Drools 5.1.0, but it doesn't work with Drools 5.0.1 either."
I'm pretty sure I must be missing a step when going from
DroolsFlowProcess --> StatefulKnowledgeSession, but I can't figure it
out. I'm probably getting one of the intermediate classes
incorrectly. Probably calling a
Hi There..
What version of Drools are you using?
I can help you to figure out what is happening..
2010/12/23 Dan Nathanson
> Hi,
>
> I've been banging my head against this for days and just can't get it
> to work. At this point I'd like to just get the example code working.
> I've got a simple
Hi,
I've been banging my head against this for days and just can't get it
to work. At this point I'd like to just get the example code working.
I've got a simple class that is currently being driven by a JUnit
test case. I just want to create a Process flow and execute it. I
don't care what it