Bug 544078
| Summary: | server side plugins are not diplaying configuration "description" information | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | wes hayutin <whayutin> | ||||
| Component: | Plugin Container | Assignee: | John Mazzitelli <mazz> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | wes hayutin <whayutin> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://10.16.120.173:7080/rhq/admin/plugin/plugin-details.xhtml?plugin=YumContentSourcePluginTest&deployment=SERVER&pluginType=org.rhq.enterprise.server.xmlschema.generated.serverplugin.content.ContentPluginDescriptorType | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-12-03 22:14:41 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: | |||||||
| Bug Blocks: | 542757 | ||||||
| Attachments: |
|
||||||
The description that you see in the plugins UI is the root plugin description tag. All server plugins have a root xml element in their descriptor.. something like <content-plugin> or <generic-plugin> Those xml elements have an optional attribute called "description". It is that description that is displayed. If a plugin doesn't provide it in their xml descriptor, it will be empty in the UI. I see that my sample custom plugin's description shows up so that tells me that its probably that the other plugins just didn't define a description. So, we need to get all the server-side plugin developers to provide a description attribute in the plugins to fix this issue. k.. closing..
got this to work w/
<content-plugin name="YumContentSourcePluginTest"
version="1.3"
apiVersion="2.0"
xmlns="urn:xmlns:rhq-serverplugin.content"
xmlns:c="urn:xmlns:rhq-configuration"
description="pizza is yummy">
|
Created attachment 375916 [details] pic on left is JON23, pic on right is rhq server side plugin Description of problem: server side plugins are not diplaying configuration "description" information. Looking at the rhq-serverplugin.xml file there are two tags that have a "description" property. <contentSourceType and <configuration> neither description line is displayed in the rhq webui. I checked regular plugins and they do display the "description" information, however I'm not sure from which tag. To reproduce: 1. go to Administration > System Configuration > plugins, server side plugins 2. click on any of the plugins, and the description is not displayed see screenshots for more info