{
"operation-name" : "add",
"description" : "Adds a context service",
"request-properties" : {
"jndi-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The JNDI Name to lookup the context service.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"use-transaction-setup-provider" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag which indicates if the transaction setup provider should be used.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default",
"deprecated" : {
"since" : "6.0.0",
"reason" : "Has no effect in a server running the current version. A Context Service configured via the server configuration uses the default ContextServiceDefinition configuration, which is cleared = Transaction (equivalent to use-transaction-setup-provider=true, i.e. any tx in the thread is suspended before and resumed after), propagated = All Remaining, unchanged = none. To use a different ContextService you need to define it on the deployment, through XML or the ContextServiceDefinition annotation."
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}