[jboss-jira] [JBoss JIRA] (AS7-4608) Attributes not shown in :read-resource-description for web subsystem of deployments

Stefan Negrea (JIRA) jira-events at lists.jboss.org
Tue Apr 24 11:06:18 EDT 2012


Stefan Negrea created AS7-4608:
----------------------------------

             Summary: Attributes not shown in :read-resource-description for web subsystem of deployments
                 Key: AS7-4608
                 URL: https://issues.jboss.org/browse/AS7-4608
             Project: Application Server 7
          Issue Type: Bug
            Reporter: Stefan Negrea


Context-root and virtual-host attributes not shown in the :read-resource-description for web subsystem of deployments. However those attribute values are reported on :read-resource.  Please see CLI output below:

[standalone at localhost:9999 subsystem=web] pwd
/deployment=hellothere.war/subsystem=web
[standalone at localhost:9999 subsystem=web] :read-resource
{
    "outcome" => "success",
    "result" => {
        "context-root" => "/hellothere",
        "servlet" => undefined,
        "virtual-host" => "default-host"
    },
    "response-headers" => {"process-state" => "reload-required"}
}


[standalone at localhost:9999 subsystem=web] pwd
/deployment=hellothere.war/subsystem=web
[standalone at localhost:9999 subsystem=web] :read-resource-description
{
    "outcome" => "success",
    "result" => {
        "description" => "Runtime resources exposed by web components in the deployment.",
        "attributes" => {},
        "operations" => undefined,
        "children" => {"servlet" => {
            "description" => "Runtime information about the servlets in the deployment.",
            "model-description" => undefined
        }}
    },
    "response-headers" => {"process-state" => "reload-required"}
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list