{
"operation-name" : "add",
"description" : "Adds the EE subsystem.",
"request-properties" : {
"annotation-property-replacement" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag indicating whether Jakarta EE annotations will have property replacements applied",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"ear-subdeployments-isolated" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag indicating whether each of the subdeployments within a .ear can access classes belonging to another subdeployment within the same .ear. A value of false means the subdeployments can see classes belonging to other subdeployments within the .ear.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"global-modules" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "A list of modules that should be made available to all deployments.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the module",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"slot" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The module's slot",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : "main",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"annotations" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If a pre-computed annotation index should be imported from META-INF/jandex.idx",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"services" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If any services exposed in META-INF/services should be made available to the deployments class loader",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"meta-inf" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If a modules META-INF directory should be made available to the deployments class loader",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
}
}
},
"jboss-descriptor-property-replacement" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag indicating whether JBoss specific deployment descriptors will have property replacements applied",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"spec-descriptor-property-replacement" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag indicating whether descriptors defined by the Jakarta EE specification will have property replacements applied",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}