{
"operation-name" : "add",
"description" : "Adds IIOP support to the Enterprise Beans 3 subsystem",
"request-properties" : {
"enable-by-default" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If this is true Jakarta Enterprise Beans's will be exposed over IIOP by default, otherwise it needs to be explicitly enabled in the deployment descriptor",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"stability" : "default"
},
"use-qualified-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If true Jakarta Enterprise Beans names will be bound into the naming service with the application and module name prepended to the name (e.g. myapp/mymodule/MyEjb)",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}