Bug 1073379 - Cannot access subfields in guided editor
Summary: Cannot access subfields in guided editor
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: CR1
: 6.0.1
Assignee: Toni Rikkola
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks: 986000
TreeView+ depends on / blocked
 
Reported: 2014-03-06 10:28 UTC by Jiri Locker
Modified: 2014-08-06 19:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 19:59:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot (61.60 KB, image/png)
2014-03-06 10:28 UTC, Jiri Locker
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1072043 0 high CLOSED Cannot access fact fields in test scenario until it is saved and reopened 2021-02-22 00:41:40 UTC

Internal Links: 1072043

Description Jiri Locker 2014-03-06 10:28:03 UTC
Created attachment 871309 [details]
screenshot

Description of problem:
The use case described in bug 986000 is now blocked. Subfield option is not offered. This worked in ER1 but is broken in ER2.

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

Steps to Reproduce:
See bug 986000.

Comment 1 manstis 2014-03-06 11:56:10 UTC
I could not reproduce following the fix for the referenced BZ.

Comment 2 manstis 2014-03-06 11:58:02 UTC
...but I have found another (possibly related) issue. Re-opening.

Comment 4 Toni Rikkola 2014-03-07 09:09:29 UTC
Looks like raw types and java.lang classes were broken. So if they were used with the expression editor the actual field never showed up.

So say you have
Child {
  String field;
}

Child( field ) would just show up as Child() because the DMO failed to query for any additional fields for field (since there are none). This actually caused an infinite loop in the Data Model Oracle.

master: 
https://github.com/droolsjbpm/kie-wb-common/commit/c1ab709ae
https://github.com/droolsjbpm/drools-wb/commit/d450364f9

6.0.x:
https://github.com/droolsjbpm/kie-wb-common/commit/ede7cbcfd
https://github.com/droolsjbpm/drools-wb/commit/374764365

Comment 5 Michael 2014-03-17 17:18:43 UTC
Ticket cherry-picked into 6.0.1.CR1. 
Commits: cf06c25f91e78cc88ed9f185b155ba5925ceef10
         7c739a4fc6c0d56126ddf9d84ce66bebe48f72f1


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