]
Mark Proctor reopened JBRULES-360:
----------------------------------
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: