-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.0.0.Beta2
-
Component/s: Domain Management
-
Labels:None
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")
- relates to
-
AS7-467 Deployment-related OperationHandler improvements
-
- Closed
-