
| Key: |
RHQ-1033
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ian Springer
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
RHQ Project
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
|
|
|
Remaining Estimate:
|
15 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
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.
|
|
Description
|
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.
|
Show » |
| There are no comments yet on this issue.
|
|