Bug 1067019 - Some serious logs don't support localization - OSGi
Summary: Some serious logs don't support localization - OSGi
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: OSGi
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: DR10
: EAP 6.4.0
Assignee: Tomas Hofman
QA Contact: Nikoleta Hlavickova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-19 14:18 UTC by Nikoleta Hlavickova
Modified: 2019-08-19 12:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nikoleta Hlavickova 2014-02-19 14:18:48 UTC
There are some serious log messages which don't support localization.

jboss-eap-6.3-src/osgi/service/src/main/java/org/jboss/as/osgi/service/InitialDeploymentTracker.java
132   LOGGER.warnf("ServiceStartFailed: %s", serviceName);

jboss-eap-6.3-src/osgi/integration/http/src/main/java/org/jboss/as/osgi/httpservice/HttpServiceImpl.java
197   WEB_LOGGER.errorf(e, "");

Comment 1 Nikoleta Hlavickova 2014-04-09 11:25:34 UTC
There is an additional serious log message not supporting localization in EAP 6.3.0 ER1:

jboss-eap-6.3-src/osgi/service/src/main/java/org/jboss/as/osgi/service/JAXPServiceProvider.java
94   LOGGER.warn(e);

Comment 2 Kabir Khan 2014-11-13 16:03:48 UTC
https://github.com/jbossas/jboss-eap/pull/1956

Comment 3 Nikoleta Hlavickova 2014-11-25 13:38:14 UTC
Verified with EAP 6.4.0.DR11.


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