[jboss-jira] [JBoss JIRA] (WFLY-2092) Enable and disable feature of console for RA connection definitions and admin objects are broken
Osamu Nagano (JIRA)
jira-events at lists.jboss.org
Tue Sep 17 02:45:04 EDT 2013
Osamu Nagano created WFLY-2092:
----------------------------------
Summary: Enable and disable feature of console for RA connection definitions and admin objects are broken
Key: WFLY-2092
URL: https://issues.jboss.org/browse/WFLY-2092
Project: WildFly
Issue Type: Bug
Components: Web Console
Reporter: Osamu Nagano
Assignee: Heiko Braun
Enable and Disable buttons of [Profile > Resource Adapters > View > Connection Definitions] (and Admin Objects too) send requests with wrong addresses. It results in an unknown error message with the following contents.
{noformat}
Unexpected HTTP response: 500
Request
{
"address" => [
("subsystem" => "resource-adapters"),
("resource-adapter" => "wmq.jmsra.rar"),
("connection-definitions" => "java:jboss/MQQueueCONNECTIONFACTORY")
],
"operation" => "write-attribute",
"name" => "enabled",
"value" => true
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => "JBAS014807: Management resource '[
(\"subsystem\" => \"resource-adapters\"),
(\"resource-adapter\" => \"wmq.jmsra.rar\"),
(\"connection-definitions\" => \"java:jboss/MQQueueCONNECTIONFACTORY\")
]' not found",
"rolled-back" => true,
"response-headers" => {"process-state" => "reload-required"}
}
{noformat}
Path values of {{connection-definitions}} and {{admin-objects}} are just their names, not JNDI names.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list