[jboss-jira] [JBoss JIRA] Created: (AS7-1832) Fix the descriptors for the Deployment part of the model

Kabir Khan (JIRA) jira-events at lists.jboss.org
Wed Sep 14 15:08:26 EDT 2011


Fix the descriptors for the Deployment part of the model
--------------------------------------------------------

                 Key: AS7-1832
                 URL: https://issues.jboss.org/browse/AS7-1832
             Project: Application Server 7
          Issue Type: Feature Request
            Reporter: Kabir Khan


This part of the model is currently removed in org.jboss.as.test.surefire.servermodule.ValidateModelTestCase (The test may be moved somewhere else, ping me if you need to find it).

The missing parts are:
{code}
"deployment" => {
            "description" => "A list of deployments available for use on the server.",
            "min-occurs" => 0,
            "model-description" => {"*" => {
                "description" => "A deployment represents anything that can be deployed (e.g. an application such as EJB-JAR, WAR, EAR, any 
kind of standard archive such as RAR or JBoss-specific deployment) into a server.",
                "head-comment-allowed" => true,
                "tail-comment-allowed" => false,
                "attributes" => {SNIP},
                "operations" => {SNIP},
                "children" => {
                    "subsystem" => {"model-description" => {"web" 1) NEEDS A DESCRIPTION => {"children" => {"servlet" 2) NEEDS A DESCRIPTION => {"model-description" => {"*" => undefined 4) WHAT GOES HERE?}
}}}}},
                    "subdeployment" => {"model-description" => {"*" =>  5) NEEDS A DESCRIPTION {
                        "description" => "A deployment represents anything that can be deployed (e.g. an application such as EJB-JAR, WAR, E
AR, any kind of standard archive such as RAR or JBoss-specific deployment) into a server.",
                        "head-comment-allowed" => true,
                        "tail-comment-allowed" => false,
                        "attributes" => {SNIP},
                        "operations" => {SNIP},
                        "children" => {"subsystem" 6) NEEDS A DESCRIPTION => {"model-description" => {"web" 7) NEEDS A DESCRIPTION=> {"children" => {"servlet" 8) NEEDS A DESCRIPTION=> {"model-description" =>
 {"*" => undefined 9) WHAT GOES HERE????}}}}}}}
                    }}}
                }
            }}
        },
{code}

This currently lives in https://github.com/kabir/jboss-as/tree/subsystem-test-model-fixes


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list