[jboss-jira] [JBoss JIRA] (WFLY-3706) Inconsistent DMR response structure
Brian Stansberry (JIRA)
issues at jboss.org
Mon Aug 4 11:18:29 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990199#comment-12990199 ]
Brian Stansberry commented on WFLY-3706:
----------------------------------------
Do you have any more info on what the conditions were when this happened? Testing against master, the EAP 6.x branch and an EAP 6.2.2 build I have I get this:
```
[domain at localhost:9999 /] /profile=full/subsystem=ejb3/service=*:read-resource-description
{
"outcome" => "failed",
"failure-description" => "JBAS014883: No resource definition is registered for address [
(\"profile\" => \"full\"),
(\"subsystem\" => \"ejb3\"),
(\"service\" => \"*\")
]",
"rolled-back" => true
}
```
Was the 'rbac' provider enabled? Maybe that matters.
My EAP 6.x branch may be a a week or so out of date; I'll update and rebuild in case that matters.
> Inconsistent DMR response structure
> -----------------------------------
>
> Key: WFLY-3706
> URL: https://issues.jboss.org/browse/WFLY-3706
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
>
> {noformat}
> {
> "address" => [
> ("profile" => "full"),
> ("subsystem" => "ejb3"),
> ("service" => "*")
> ],
> "operation" => "read-resource-description"
> }
> {
> "outcome" => "success",
> "result" => {
> "outcome" => "failed",
> "failure-description" => "JBAS014883: No resource definition is registered for address [
> (\"profile\" => \"full\"),
> (\"subsystem\" => \"ejb3\"),
> (\"service\" => \"*\")
> ]",
> "rolled-back" => true
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list