Hi

I'm tryiing to create a template in Guvnor.

When I try to add a template key, guvnor appends _na to the variable name.
And also says there are validation errors.

Is this something I am doing wrong?

the template looks like this:
1.      |       rule "TestTemplate_0"
2.      |           dialect "mvel"
3.      |           when
4.      |               Account( accountBalance > account_balance_na )
5.      |           then
6.      |               insertLogical( new TradeOrder() );
7.      |       end

Thanks
Anton



--
View this message in context: 
http://drools.46999.n3.nabble.com/validation-error-on-Template-tp4022828.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to