Skip to content

Commit

Permalink
Merge pull request #5588 from Pandrex247/FISH-5857
Browse files Browse the repository at this point in the history
FISH-5857 Fix Error Starting Embedded EJB Container
  • Loading branch information
Pandrex247 authored Jan 31, 2022
2 parents 556dbad + d92504d commit 00b15b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class DomainXmlTransformer {
private final XMLOutputFactory xof = XMLOutputFactory.newInstance();

private Logger _logger = Logger.getAnonymousLogger(
"com.sun.logging.enterprise.system.container.ejb.LogStrings");
"com.sun.logging.enterprise.system.container.ejb.LogMessages");

private static final String VIRTUAL_SERVER = "virtual-server"; // should not skip
private static final String NETWORK_LISTENERS = "network-listeners";
Expand Down

0 comments on commit 00b15b0

Please sign in to comment.