[
http://jira.jboss.com/jira/browse/JBRULES-360?page=comments#action_12361058 ]
Venkat Garlapati commented on JBRULES-360:
------------------------------------------
any body able to find the solution for this, even I am looking for the solution, but not
able to get the solution
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