Re: [rules-users] Using java.util.List in rules

2007-10-27 Thread Anderson Pazza Mello
How can I test all elements of the list? Can I need to use something like "for (int i.)"? I'm trying to do that but it is not working... "Caracteristica( codCarac != 0 ) from $caracList" My test: e : Especialista (perguntado == false) Especialista( $moldeList : retratoUser

Re: [rules-users] drools 4.0.2 DRL to PKG (without BRMS)

2007-10-27 Thread Fernando Meyer
Use the drools-ant project On 10/27/07, Arnaud Bouzinac <[EMAIL PROTECTED]> wrote: > > Just a little question. > > I have a drl file, and i want to use a pkg file in my application > (without > using BRMS server) > is it possible ? > is there a simple way to generate a .pkg file

[rules-users] drools 4.0.2 DRL to PKG (without BRMS)

2007-10-27 Thread Arnaud Bouzinac
Just a little question. I have a drl file, and i want to use a pkg file in my application (without using BRMS server) is it possible ? is there a simple way to generate a .pkg file from a drl file ? i need to serialize my rulebase ( not human readable) Thanks for your help