Bug 837078

Summary: Calculating Dynamic Group with more than one trait in Group Definition fails with QueryParameterException: could not locate named parameter
Product: [Other] RHQ Project Reporter: John Sanda <jsanda>
Component: DocumentationAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: dsteigne, hrupp, jsanda, loleary, runtis
Target Milestone: ---   
Target Release: JON 3.1.1   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 826716 Environment:
Last Closed: 2013-09-03 15:08:56 UTC Type: ---
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: 667896, 826716    
Bug Blocks:    

Comment 1 John Sanda 2012-07-02 17:02:17 UTC
We should make it clear in the docs about what is not supported. The expression parsing code was implementing in a way that never supported multiple expressions of the same type even with different resource contexts. This mean that neither of the following are supported:

* multiple expressions of the same type using same resource context
resource.trait[x] = foo
resource.trait[y] = bar

* multiple expressions of the same typing using different resource contexts
resource.parent.trait[x] = foo
resource.grandParent.trait[y] = bar

Comment 2 John Sanda 2012-07-02 17:20:37 UTC
A slight extension of the limitation described in comment 1 is that a definition cannot also contain both resource configuration and plugin configuration expressions.

Comment 3 John Sanda 2012-08-30 01:47:12 UTC
The CR1 build is available at
https://brewweb.devel.redhat.com/buildinfo?buildID=231258. Moving to ON_QA.

Comment 4 Heiko W. Rupp 2013-09-03 15:08:56 UTC
Bulk closing of old issues in VERIFIED state.