Bug 724982 - lists of PropertyDefinitionSimple properties is not yet supported
Summary: lists of PropertyDefinitionSimple properties is not yet supported
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: CLI
Version: 3.0.0
Hardware: x86_64
OS: Windows
medium
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-22 13:55 UTC by sara.a.stewart
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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:


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