[jboss-jira] [JBoss JIRA] (WFLY-2092) Enable and disable feature of console for RA connection definitions and admin objects are broken
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Tue Sep 17 03:04:08 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804898#comment-12804898 ]
RH Bugzilla Integration commented on WFLY-2092:
-----------------------------------------------
Osamu Nagano <onagano at redhat.com> made a comment on [bug 1008823|https://bugzilla.redhat.com/show_bug.cgi?id=1008823]
Deployable RAR file, TestCase.zip, is available as an attachment in case 00944733, though it's a little bit large.
> 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