Eduardo Martins created WFLY-11936:
--------------------------------------
Summary: Unbound log messages at server startup
Key: WFLY-11936
URL:
https://issues.jboss.org/browse/WFLY-11936
Project: WildFly
Issue Type: Bug
Components: Naming
Affects Versions: 16.0.0.Final
Reporter: Eduardo Martins
Assignee: Eduardo Martins
When server starts there are "Unbound ..." messages incorrectly logged, before
related resources are bound. E.g. the following messages may be seen when starting the
standalone-full.xml configuration:
{code}
07:14:07,656 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0002:
Unbound mail session [java:jboss/mail/Default]
07:14:07,674 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0001:
Bound mail session [java:jboss/mail/Default]
07:14:07,855 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread
1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
07:14:08,604 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread
1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
07:14:11,858 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-3)
WFLYJCA0011: Unbound JCA ConnectionFactory [java:/JmsXA]
07:14:11,862 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-1)
WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias
java:jboss/DefaultJMSConnectionFactory
07:14:12,131 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-8)
WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]
07:14:12,131 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-6)
WFLYJCA0118: Binding connection factory named java:/JmsXA to alias
java:jboss/DefaultJMSConnectionFactory
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)