Bug 900407 (JBPAPP6-942)
| Summary: | Messages not support JBoss Logging | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | unspecified | Assignee: | James Perkins <jperkins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | jperkins, pkremens, twells |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.0.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-942 | ||
| Whiteboard: | eap601candidate | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-23 18:34:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Petr Kremensky
2012-05-10 10:50:10 UTC
Labels: Added: eap6_need_triage Affects: Added: Documentation (Ref Guide, User Guide, etc.) I think the {{Logger.xxxx(e.getMessage())}} invocations are okay. The message id really wouldn't be of any use here at all. I will not it is probably better to use {{Exception.getLocalizedMessage()}} though.
I did some update in description. James, are you sure, that Logger.xxxx(e.getMessage()) invocations are not against Logging requirements? Shall I ignore them then? Labels: Removed: eap6_need_triage Added: eap601candidate Do we want to leave this open? These should be cleaned up by now. I updated the description. There are still some invocations, which I think should be fixed (logger.error("Exception calling deployment removal listener", t), ...)
Some of these are okay the way they are. A pull request will be submitted for the ones that need to be changed. Pull request for 7.1.x https://github.com/jbossas/jboss-as/pull/2909 Pull request for 7.2.x https://github.com/jbossas/jboss-as/pull/2910 Pull requests have been merged. Release Notes Docs Status: Added: Not Yet Documented Affects: Removed: Documentation (Ref Guide, User Guide, etc.) Added: Documentation (Ref Guide, User Guide, etc.),Release Notes Updated the release notes fields. reopening to update release note info Writer: Added: Darrin Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue Release Notes Text: Added: Some log messages produced by different components were not localisable. This was because they did not support JBoss Logging. These components have been updated to support JBoss Logging. These log messages are now localisable. Release Notes Docs Status: Removed: Documented as Resolved Issue Writer: Removed: Darrin Release Notes Text: Removed: Some log messages produced by different components were not localisable. This was because they did not support JBoss Logging. These components have been updated to support JBoss Logging. These log messages are now localisable. Docs QE Status: Removed: NEW |