Support for multiple pattern in accumulate source pattern
---------------------------------------------------------
Key: JBRULES-1107
URL:
http://jira.jboss.com/jira/browse/JBRULES-1107
Project: JBoss Rules
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Reteoo
Affects Versions: 4.0.0.GA
Reporter: Juergen none
Assigned To: Mark Proctor
Accumulate should support more than one pattern as source pattern. e.g.:
Number() from accumulate(
Cheese(
price : price,
type : type
)
Person(
favouriteCheese == type,
age > 30
),
sum( price )
)
--
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