Bug 1227234

Summary: Regression in "forall" operator in Decision Tables
Product: [Retired] JBoss BRMS Platform 6 Reporter: Anton Giertli <agiertli>
Component: BREAssignee: manstis
Status: CLOSED EOL QA Contact: Marek Winkler <mwinkler>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: manstis, mfusco, mwinkler
Target Milestone: DR1   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1228050 (view as bug list) Environment:
Last Closed: 2020-03-27 20:13:57 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:
Bug Depends On:    
Bug Blocks: 1228050    
Attachments:
Description Flags
[0] reproducer none

Description Anton Giertli 2015-06-02 08:33:18 UTC
Created attachment 1033662 [details]
[0] reproducer

Description of problem:
The forall operator used in decision table will not get compiled into a kjar successfully.

This worked in jBPM 6.1.0.Final and fails with BPMS 6.1 (which is based on jBPM 6.2.0)

Version-Release number of selected component (if applicable):
BxMS 6.1

How reproducible:
always

Steps to Reproduce:
1. Run the reproducer with OLD jbpm - it gets compiled
2. Run the reproducer with NEW jBPM - it will NOT get compiled
3.

Actual results:

Decision table including forall operator is not compilable

Expected results:
Decision table including forall operator is compilable

This issue may be caused by
https://github.com/droolsjbpm/drools/commit/c37653ae479e87802b288e3d57babcea6d84ac36#diff-f999821fae00a73ec4b62d21d1b7559dR172

Additional info:

Comment 3 JBoss JIRA Server 2015-06-02 09:23:07 UTC
Mario Fusco <mario.fusco> updated the status of jira DROOLS-802 to Resolved

Comment 4 Mario Fusco 2015-06-02 09:23:38 UTC
Fixed by https://github.com/droolsjbpm/drools/commit/52fa55316

Comment 5 Marek Winkler 2015-10-14 07:46:42 UTC
Verified in BRMS 6.2.0 ER3 by running both the provided reproducer and the unit test included with the fix.