Attribute | Type | Description |
---|
allConnectionsEquals | xs:boolean | |
connectionMaxIdleMinutes | xs:integer | |
connectionMaxWaitMilliseconds | xs:integer | |
exceptionSorter | xs:string | Specify which SQL exceptions are fatal.
Can be all, none, known or custom(xx,yy...). |
name | xs:string | The unique name for this managed XAResource. This name will be used
by the transaction manager to recover transactions. |
partitionStrategy | xs:string | Pool partition strategy.
Can be none, by-connector-properties or by-subject (defaults to none). |
password | xs:string | The password credential used to establish the connection. |
poolMaxSize | xs:integer | Maximum pool size (defaults to 10). |
poolMinSize | xs:integer | Minimum pool size (defaults to 0). |
pooling | xs:boolean | If pooling is enabled (defaults to true). |
transaction | xs:string | Transaction support.
Can be none, local or xa (defaults to xa). |
username | xs:string | The user name used to establish the connection. |