[jboss-jira] [JBoss JIRA] Created: (JBAS-9148) ModelCombiner does not deal with deployments or system properties

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Mar 25 15:12:37 EDT 2011


ModelCombiner does not deal with deployments or system properties
-----------------------------------------------------------------

                 Key: JBAS-9148
                 URL: https://issues.jboss.org/browse/JBAS-9148
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Brian Stansberry
            Priority: Critical


The host controller logic for creating the boot operations for a server isn't dealing with deployments or system properties.

        addSocketBindings(updates, portOffSet, socketBindingRef);

        addSubsystems(updates);
        //TODO deployments
        // TODO  system properties
        return updates;

When fixing this, check the status of JBAS-9147, since the ideal operations to generate depend on whether that's done (i.e. deployment "add" w/ "enabled"=>true vs "add" + "deploy")

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