Bug 724982

Summary: lists of PropertyDefinitionSimple properties is not yet supported
Product: [Other] RHQ Project Reporter: sara.a.stewart
Component: CLIAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0.0CC: hrupp
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: x86_64   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description sara.a.stewart 2011-07-22 13:55:27 UTC
Description of problem:
In my rhq-plugin.xml, I have:
<c:list-property name="DisplayProducts">
                    <c:simple-property name="DisplayProduct" displayName="Display Products"
			required="true"
			description="Products that will be parsed" />
		</c:list-property>
		<c:list-property name="DebugLevels">
                	<c:simple-property name="DebugLevel" displayName="Debug Levels"
				required="true"
				description="Level of products that will be parsed" />
		</c:list-property>

because I need multiple debug levels and products to be configured by a user.

However, when the plugin is loaded, I get the following error:

Display Products			
Viewing/editing of lists of PropertyDefinitionSimple properties is not yet supported. Here's the list's toString() value for now: []

Debug Levels			
Viewing/editing of lists of PropertyDefinitionSimple properties is not yet supported. Here's the list's toString() value for now: []

I looked the error up online and it seems to be a known issue with RHQ, but has yet to be fixed.

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

3.0

How reproducible:
Consistently (every time)

Steps to Reproduce:
1. Modify the rhq-plugin.xml as above 
2. Load the plugin into RHQ; propogate to all servers/agents as appropriate
3. Manually add the plugin 
4. Try to set the plugin's "Connection Properties"

  
Actual results:
Display Products			
Viewing/editing of lists of PropertyDefinitionSimple properties is not yet supported. Here's the list's toString() value for now: []

Debug Levels			
Viewing/editing of lists of PropertyDefinitionSimple properties is not yet supported. Here's the list's toString() value for now: []

Expected results:
I would expect to see a text field that I could use to input configuration values or an add new button that I could iteratively use to input multiple configuration values for the plugin

Additional info: