[jboss-jira] [JBoss JIRA] (AS7-5676) Failure descriptions don't propagate correctly in recursive or wildcard read-resource-description calls

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Oct 3 17:20:03 EDT 2012


Brian Stansberry created AS7-5676:
-------------------------------------

             Summary: Failure descriptions don't propagate correctly in recursive or wildcard read-resource-description calls
                 Key: AS7-5676
                 URL: https://issues.jboss.org/browse/AS7-5676
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.1.3.Final (EAP)
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.2.0.Alpha1


The response to the first and last operations below is incorrect as the root "failure-description" node is not present:

{code}
[standalone at localhost:9999 /] /subsystem=mail/mail-session=*:read-resource-description
{
    "outcome" => "failed",
    "result" => [{
        "address" => [
            ("subsystem" => "mail"),
            ("mail-session" => "*")
        ],
        "outcome" => "failed",
        "failure-description" => "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key mail.mail-session.debug",
        "rolled-back" => true
    }],
    "rolled-back" => true
}
[standalone at localhost:9999 /] cd subsystem=mail
[standalone at localhost:9999 subsystem=mail] :read-children-names(child-type=mail-session)
{
    "outcome" => "success",
    "result" => ["java:jboss/mail/Default"]
}
[standalone at localhost:9999 subsystem=mail] cd mail-session=java\:jboss\/mail\/Default
[standalone at localhost:9999 mail-session=java:jboss/mail/Default] :read-resource-description
{
    "outcome" => "failed",
    "failure-description" => "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key mail.mail-session.debug",
    "rolled-back" => true
}
[standalone at localhost:9999 mail-session=java:jboss/mail/Default]
[standalone at localhost:9999 mail-session=java:jboss/mail/Default] cd /
[standalone at localhost:9999 /] :read-resource-description(recursive=true)
{
    "outcome" => "failed",
    "rolled-back" => true
}
[standalone at localhost:9999 /]
{code}

--
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