]
Ivan Straka commented on WFLY-11112:
------------------------------------
[~ehugonnet] I have not hit the issue with the fix. Without the commit the issue is seen.
WildFly intermittently fails to add pooled-connection-factory but it
still got registered after
-----------------------------------------------------------------------------------------------
Key: WFLY-11112
URL:
https://issues.jboss.org/browse/WFLY-11112
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 15.0.0.Alpha1
Reporter: Ivan Straka
Assignee: Jeff Mesnil
Priority: Blocker
Attachments: server.log, standalone-full.xml
We see following error in log of WildFly (master):
{code}
2018-10-03 22:28:02,503 ERROR [org.jboss.as.controller.management-operation] (Controller
Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "messaging-activemq"),
("server" => "default"),
("pooled-connection-factory" => "activemq-ra")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.naming.context.java.JmsXA-bkp"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["jboss.naming.context.java.jboss.DefaultJMSConnectionFactory is missing
[jboss.naming.context.java.JmsXA-bkp]"]
}
{code}
Factory is defined:
{code:java}
<pooled-connection-factory name="activemq-ra" entries="java:/JmsXA-bkp
java:jboss/DefaultJMSConnectionFactory" connectors="in-vm"
transaction="xa"/>
{code}
However factory is registered after and deployment is able to use it. Error is logged
intermittently.
Log file and xml configuration file are enclosed.