[rules-users] validation error on Template

kurrent93 kurrent93 at gmail.com
Thu Mar 14 12:17:35 EDT 2013


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.


More information about the rules-users mailing list