Jeff Mesnil created WFLY-6690:
---------------------------------
Summary: Read-resource(include-runtime=true) fais on jms-bridge in domain
mode
Key: WFLY-6690
URL:
https://issues.jboss.org/browse/WFLY-6690
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
/profile=full/subsystem=messaging-activemq/jms-bridge=bridge-mane-3:read-resource(include-runtime=true)
{
"outcome" => "failed",
"rolled-back" => true
}
The server log
[Host Controller] 15:30:49,150 ERROR
[org.jboss.as.controller.management-operation]
(management-handler-thread - 9) WFLYCTL0013: Operation
("read-attribute") failed - address: ([
[Host Controller] ("profile" => "full"),
[Host Controller] ("subsystem" => "messaging-activemq"),
[Host Controller] ("jms-bridge" => "bridge-mane-3")
[Host Controller] ]) - failure description: "WFLYCTL0216: Management resource '[
[Host Controller] (\"profile\" => \"full\"),
[Host Controller] (\"subsystem\" => \"messaging-activemq\"),
[Host Controller] (\"jms-bridge\" => \"bridge-mane-3\")
[Host Controller] ]' not found"
Remove the include-runtime=true, it works.
The issue lies with the "paused" and "started" runtime attributes
whose read handler throws an exception if the bridge is not available in the runtime (that
is the case in the profile).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)