]
Edson Tirelli closed JBRULES-874.
---------------------------------
Fix Version/s: 4.0.0.MR3
Resolution: Done
Support added.
Allow direct property access to pattern bound variables
-------------------------------------------------------
Key: JBRULES-874
URL:
http://jira.jboss.com/jira/browse/JBRULES-874
Project: JBoss Rules
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Edson Tirelli
Assigned To: Edson Tirelli
Fix For: 4.0.0.MR3
Allow the usage of direct property access for pattern bound variables. Example:
rule "test auto bindings 1"
when
$p : Person();
$c : Cheese( type == $p.likes, price == $c.price )
then
results.add( $p );
end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: