Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1832

Fix the descriptors for the Deployment part of the model

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.1.0.Alpha1
    • None
    • Domain Management
    • None

    Description

      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:

      "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????}}}}}}}
                          }}}
                      }
                  }}
              },
      

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

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            kkhan1@redhat.com Kabir Khan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: