Bug 534405 (RHQ-1204)

Summary: JMX Plugin should support more operation parameter types
Product: [Other] RHQ Project Reporter: Jay Shaughnessy <jshaughn>
Component: Plugins, Core UIAssignee: Nobody <nobody>
Status: ASSIGNED --- QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedCC: kejohnso
Target Milestone: ---Keywords: FutureFeature, Improvement
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-1204
Whiteboard:
Fixed In Version: 1.4 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 Jay Shaughnessy 2008-12-01 20:23:00 UTC
Related to support issue 237962.

Currently the JMX plugin supports only the String and Boolean type for parameters.  We should support other types.  There is a TODO for this already in MBeanResourceComponent.


Comment 1 Joseph Marques 2009-04-28 08:06:05 UTC
i raised the priority on this as i think it would be a great win for plugin developers writing against JMX-enabled managed resources.

Comment 2 Red Hat Bugzilla 2009-11-10 20:28:01 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1204


Comment 3 Lukas Krejci 2010-10-06 15:47:56 UTC
MBeanResourceComponent currently only supports simple properties in its configuration and also in its operation types.

I believe this was purely because of the lack of the UI support for "list of simples". Why not extend the number of supported types to arrays that would be modelled by the list of simples, which are now implemented in the GWT UI?