Bug 1040037

Summary: Guided rule editor does not show editor widgets for method parameters
Product: [Retired] JBoss BRMS Platform 6 Reporter: Toni Rikkola <trikkola>
Component: Business CentralAssignee: Toni Rikkola <trikkola>
Status: CLOSED DUPLICATE QA Contact: Lukáš Petrovický <lpetrovi>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.0.0CC: etirelli, kverlaen, rrajasek, rzhang
Target Milestone: ER 7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-07 09:36:05 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: 1033590, 1043395    

Description Toni Rikkola 2013-12-10 15:05:34 UTC
Description of problem:

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


How reproducible:


Steps to Reproduce:
1. Save a rule:
  rule "Test"
      salience 10
      dialect "mvel"
    when
      map : HashMap( )
    then
      map.put( "1", "2" );
  end
2. Open/reopen the rule

Actual results:
"1" and "2" are not visible.

Expected results:
"1" and "2" should be visible and editable.

Additional info:

Comment 2 Kris Verlaenen 2013-12-16 16:03:15 UTC
I just checked a build from today from 6.0.x and this doesn't seem to be fixed yet.

Comment 3 Toni Rikkola 2013-12-17 16:39:11 UTC
The example in this BZ works. Closing this again. The issue Kris had has it's own ticket now https://bugzilla.redhat.com/show_bug.cgi?id=1043395

Comment 4 Ryan Zhang 2014-01-07 09:36:05 UTC

*** This bug has been marked as a duplicate of bug 1043395 ***