Re: [rules-users] Drools Flow Fluent API Help

2010-12-27 Thread Dan Nathanson
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

Re: [rules-users] Drools Flow Fluent API Help

2010-12-27 Thread Mauricio Salatino
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:

Re: [rules-users] Drools Flow Fluent API Help

2010-12-27 Thread 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 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

Re: [rules-users] Drools Flow Fluent API Help

2010-12-23 Thread Daniel Nathanson
"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

Re: [rules-users] Drools Flow Fluent API Help

2010-12-23 Thread Mauricio Salatino
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

[rules-users] Drools Flow Fluent API Help

2010-12-22 Thread 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 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