Brian Stansberry created WFLY-4612:
--------------------------------------
Summary: EjbJndiBindingsDeploymentUnitProcessor logs non-i18n message at
INFO
Key: WFLY-4612
URL:
https://issues.jboss.org/browse/WFLY-4612
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 9.0.0.CR1
Reporter: Brian Stansberry
Fix For: 10.0.0.CR1
ejb3/src/main/java/org/jboss/as/ejb3/deployment/processors/EjbJndiBindingsDeploymentUnitProcessor.java
{code}
jndiBindingsLogMessage.append("JNDI bindings for session bean named " +
sessionBean.getEJBName() + " in deployment unit " + deploymentUnit + " are
as follows:\n\n");
{code}
That eventually gets logged at INFO.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)