Bug 534216 (RHQ-1033) - PC should do more than just log DEBUG messages for schema validation errors that occur while parsing plugin descriptors
Summary: PC should do more than just log DEBUG messages for schema validation errors t...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: RHQ-1033
Product: RHQ Project
Classification: Other
Component: Plugin Container
Version: 1.1
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Heiko W. Rupp
QA Contact:
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks: rhq_triage
TreeView+ depends on / blocked
 
Reported: 2008-10-27 20:36 UTC by Ian Springer
Modified: 2014-05-02 20:09 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-02 20:09:37 UTC
Embargoed:


Attachments (Terms of Use)

Description Ian Springer 2008-10-27 20:36:00 UTC
Here's the current code from PluginDescriptorLoader.loadPluginDescriptor():

            for (ValidationEvent event : vec.getEvents()) {
                log.debug("Plugin [" + pluginDescriptor.getName() + "] descriptor messages {Severity: "
                    + event.getSeverity() + ", Message: " + event.getMessage() + ", Exception: "
                    + event.getLinkedException() + "}");
            }

We should be logging these at least at WARN, or even abort loading of the plugin.


Comment 1 Red Hat Bugzilla 2009-11-10 20:22:18 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1033


Comment 2 wes hayutin 2010-02-16 16:52:15 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs.

keyword:
new = Tracking + FutureFeature + SubBug

Comment 3 wes hayutin 2010-02-16 16:58:10 UTC
making sure we're not missing any bugs in rhq_triage


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