Bug 1015109
Summary: | No reevaluation of 'from collect' is performed | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Richard Bourner <rbourner> | ||||
Component: | BRE | Assignee: | Mario Fusco <mfusco> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas David <tdavid> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.0.0 | CC: | ddoyle, omikelad, rbourner | ||||
Target Milestone: | ER5 | ||||||
Target Release: | 6.0.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Windows | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-08-06 20:17:53 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Richard Bourner <richard> made a comment on jira DROOLS-281 Additional information: it seems like the problem starts occuring for Beta3. Mario Fusco <mario.fusco> made a comment on jira DROOLS-281 I found that this problem is reproducible with rete but it works as expected with phreak. I also suspect this is not a regression, but more likely you were using phreak when you tested this issue with the Beta2. Please confirm. Mario Fusco <mario.fusco> updated the status of jira DROOLS-281 to Resolved Verified on BRMS 6.0.0.ER5. |
Created attachment 807080 [details] Maven Eclipse project demonstrating the issue Description of problem: Using Drools 6.0.0.CR4, a problem has been found related to reevaluation of a condition that contains a 'from collect' statement. A unit test is provided demonstrating the issue using 2 rules. This unit test works fine using 6.0.0.Beta2. Version-Release number of selected component (if applicable): 6.0.0.CR4 How reproducible: Run the unit test in the attached project. 2 POM are provided: - 1 for 6.0.0.Beta2 : no problem with this one - 1 for 6.0.0.CR4 that reproduces the problem Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: