[jboss-jira] [JBoss JIRA] (WFLY-2964) Missing i18n
Brian Stansberry (JIRA)
issues at jboss.org
Wed Feb 19 09:39:48 EST 2014
Brian Stansberry created WFLY-2964:
--------------------------------------
Summary: Missing i18n
Key: WFLY-2964
URL: https://issues.jboss.org/browse/WFLY-2964
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB, JMX, Patching
Affects Versions: 8.0.0.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 8.0.1.Final
system-jmx/src/main/java/org/jboss/system/ServiceMBeanSupport.java
379 log.error(e);
patching/src/main/java/org/jboss/as/patching/validation/PatchArtifact.java
102 ctx.getErrorHandler().error("Failed to load identity info for patch " + patch.getPatchId(), e);
116 ctx.getErrorHandler().error("Failed to load previous patch", e);
patching/src/main/java/org/jboss/as/patching/validation/XmlFileState.java
51 ctx.getErrorHandler().error("File doesn't exist: " + file.getAbsolutePath());
56 ctx.getErrorHandler().error("Failed to parse file: " + file.getAbsolutePath(), e);
patching/src/main/java/org/jboss/as/patching/validation/PatchElementProviderArtifact.java
84 ctx.getErrorHandler().error("Layer not found: " + metadata.getName());
patching/src/main/java/org/jboss/as/patching/runner/IdentityPatchContext.java
435 PatchLogger.ROOT_LOGGER.warnf(e, "failed to undo change (%s)", modification);
ejb3/src/main/java/org/jboss/as/ejb3/tx/CMTTxInterceptor.java
169 EjbLogger.ROOT_LOGGER.error(t);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list