I have the following DSL:

[when]This Security is Ratable {bool:BOOLEAN:checked}=ratable:Ratable(ratableValue =="{bool}")


The following BRL:

rule "Ratable"
    dialect "mvel"
    when
        ratable:Ratable(ratableValue =="checked")
    then
end

When I create a test scenario in BRMS that looks for a "true" value for ratable, the rule does not fire.  If I change the test condition to "false"  the rule fires.

Any suggestions would be appreciated.

Thanks,
Gary


--
Gary Lamperillo
JBoss Solutions Architect
glamperi@redhat.com | 310.591.7516




--
Gary Lamperillo
JBoss Solutions Architect
glamperi@redhat.com | 310.591.7516