[
http://jira.jboss.com/jira/browse/JBRULES-360?page=all ]
Mark Proctor closed JBRULES-360.
--------------------------------
Resolution: Done
this is a duplicate of another jira, we will be look to add sugar to allow this syntax,
but it'll be internally converted to an eval.
Add support for nested properties in rules
------------------------------------------
Key: JBRULES-360
URL:
http://jira.jboss.com/jira/browse/JBRULES-360
Project: JBoss Rules
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Drl Parser/Builder
Reporter: Jacek Olszak
Assigned To: Mark Proctor
Add support for nested properties in rules:
for example:
class Person {
private Room room;
...
}
class Room {
private String name
...
}
rule "some rule" {
when
Person(room.name="asdasdasd")
then
. ...
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira