Bug 534216 (RHQ-1033)

Summary: PC should do more than just log DEBUG messages for schema validation errors that occur while parsing plugin descriptors
Product: [Other] RHQ Project Reporter: Ian Springer <ian.springer>
Component: Plugin ContainerAssignee: Heiko W. Rupp <hrupp>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.1CC: asantos, ccrouch, cwelton, jshaughn
Target Milestone: ---Keywords: SubBug
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-1033
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-02 20:09:37 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: 565628    

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