[
http://jira.jboss.com/jira/browse/JBRULES-360?page=comments#action_12351220 ]
cgs commented on JBRULES-360:
-----------------------------
Is this a huge project? Does anyone else care about this? Are there any major pitfalls
or concerns that would make this more difficult than it seems?
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