[
https://issues.jboss.org/browse/WFLY-2964?page=com.atlassian.jira.plugin....
]
Brian Stansberry commented on WFLY-2964:
----------------------------------------
Sure, it can wait. I'll withdraw the PR.
It could be quite a while before that WFLY-2864 is merged though, unless 8.0.1 will happen
real soon.
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