Management API Reference for xa-datasource-properties
List of xa-datasource-property
Attributes (1)
value - Specifies a property value to assign to the XADataSource implementation class. Each property is identified by the name attribute and the property value is given by the xa-datasource-property element content. The property is mapped onto the XADataSource implementation by looking for a JavaBeans style getter method for the property name. If found, the value of the property is set using the JavaBeans setter with the element text translated to the true property type using the java.beans.PropertyEditor
Type
STRING
Is the attribute nillable?
true
Does the attribute allow expression?
true
Where is the attribute stored?
runtime
Access Type
read-only
Stability Level
default
Raw DMR model
{
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Specifies a property value to assign to the XADataSource implementation class. Each property is identified by the name attribute and the property value is given by the xa-datasource-property element content. The property is mapped onto the XADataSource implementation by looking for a JavaBeans style getter method for the property name. If found, the value of the property is set using the JavaBeans setter with the element text translated to the true property type using the java.beans.PropertyEditor",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"access-type" : "read-only",
"storage" : "runtime",
"restart-required" : null,
"capability-reference" : null
}