History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-1033
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Ian Springer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project

PC should do more than just log DEBUG messages for schema validation errors that occur while parsing plugin descriptors

Created: 27/Oct/08 03:36 PM   Updated: 27/Oct/08 03:36 PM
Component/s: Plugin Container
Affects Version/s: 1.1
Fix Version/s: None

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 15 minutes
Remaining Estimate - 15 minutes
Time Spent: Not Specified
Remaining Estimate - 15 minutes

VCS Revision: 1,842


 Description  « Hide
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.


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.