Bug 744779 - auto-focus replaced by lock-on-active in decision table
Summary: auto-focus replaced by lock-on-active in decision table
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: BRE (Expert, Fusion)
Version: BRMS 5.2.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: BRMS 5.3.0.GA
Assignee: manstis
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-10 12:49 UTC by Jiri Svitak
Modified: 2020-04-27 01:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
The lock-on-active keyword replaced the auto-focus keyword in decision tables under certain circumstances. This was caused by the DefaultRulesheetListener class incorrectly using the value of "lock on active" for "auto focus" attributes and has been rectified.
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
Class to reproduce bug (2.62 KB, application/x-zip-compressed)
2011-10-10 12:49 UTC, Jiri Svitak
no flags Details

Description Jiri Svitak 2011-10-10 12:49:34 UTC
Created attachment 527236 [details]
Class to reproduce bug

Description of problem:
In certain situations is auto-focus keyword replaced by lock-on-active.

Version-Release number of selected component (if applicable):
BRMS 5.2.0 ER5

How reproducible:
Run attached test case.

Steps to Reproduce:
1. Unzip attached file.
2. Run as Java app.

Comment 2 Jiri Svitak 2012-01-25 12:56:34 UTC
Added pull request with test case:
https://github.com/droolsjbpm/drools/pull/85

Comment 3 manstis 2012-01-25 16:05:04 UTC
Fixed and merged into 5.3.x branch. Thanks for the test it made fixing simple :)

Comment 4 Ryan Zhang 2012-02-15 09:12:45 UTC
Please verify the issue on 5.3 ER4.

Comment 5 Jiri Svitak 2012-02-21 10:04:01 UTC
Verified in 5.3 ER4.

Comment 7 lcarlon 2012-06-04 00:28:08 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
The lock-on-active keyword replaced the auto-focus keyword in decision tables under certain circumstances.

Comment 8 lcarlon 2012-06-04 00:28:54 UTC
Hi Mike, 

Please let me know how this was resolved and I'll add the information to the release notes.

Thanks
Lee

Comment 9 manstis 2012-06-06 08:01:11 UTC
Hi Lee,

Class DefaultRulesheetListener was incorrectly using the value of "lock on active" for "auto focus" attributes. This has been rectified.

Cheers,

Mike

Comment 10 lcarlon 2012-06-07 00:30:52 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1 +1 @@
-The lock-on-active keyword replaced the auto-focus keyword in decision tables under certain circumstances.+The lock-on-active keyword replaced the auto-focus keyword in decision tables under certain circumstances. This was caused by the DefaultRulesheetListener class incorrectly using the value of "lock on active" for "auto focus" attributes and has been rectified.


Note You need to log in before you can comment on or make changes to this bug.