[jboss-jira] [JBoss JIRA] (AS7-4608) Attributes not shown in :read-resource-description for web subsystem of deployments
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Apr 25 16:05:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned AS7-4608:
-------------------------------------
Assignee: Brian Stansberry
> 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
> Components: Domain Management, Web
> Reporter: Stefan Negrea
> Assignee: Brian Stansberry
> Labels: rhq
> Fix For: 7.1.2.Final-redhat1
>
>
> 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