Re: [rules-users] Unable to build expression for 'consequence'

2007-09-23 Thread Mark Proctor
yes sorry MVEL did not have the macro processor setup for insertLogical, I have since done this in trunk. But you can get around this just doing drools.insertLogical. Mark [EMAIL PROTECTED] wrote: Using the BRMS Business Rule Asset screen, I've created a new rule: rule "Premium Rule" dial

[rules-users] Unable to build expression for 'consequence'

2007-09-21 Thread kissro
Using the BRMS Business Rule Asset screen, I've created a new rule: rule "Premium Rule" dialect "mvel" when Policy( premium > "50.00" && <= "500.00" ) then Policy fact0 = new Policy(); fact0.setStatus( 13 ); insertLogical( fact0 ); end When I try to va