[rules-users] Can we do this with drools ?

Mark Proctor mproctor at codehaus.org
Sun Mar 23 22:11:27 EDT 2008


ferry97 wrote:
> Hi,
> I don't know how to ask this in words.
> But can we do something like :
>
> rule "define trx type"
> when
>    Transaction(code == ${type1.code")
>   
sorry no. But it's a nice idea, maybe submit a patch? You could probably 
do this yourself already if you use MVEL templating as a pre-parser.
> then
>    doSomething ....
>
> So, we define the type.code in a properties file.
> Thanks
>   




More information about the rules-users mailing list