Skip to content

Instantly share code, notes, and snippets.

@TronPaul
Created May 27, 2015 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TronPaul/c8bab63529b89ef23b63 to your computer and use it in GitHub Desktop.
Save TronPaul/c8bab63529b89ef23b63 to your computer and use it in GitHub Desktop.
Create xa-datasource request
{
"address": [
{
"subsystem": "datasources"
},
{
"xa-data-source": "DefaultPool"
}
],
"driver-name": "oracle",
"jndi-name": "java:/jdbc/DefaultPool",
"operation": "add",
"password": "password",
"user-name": "undef",
"xa-datasource-properties": {
"url": "jdbc:oracle:thin:@DEFA"
},
"xa-resource-class": "oracle.jdbc.xa.client.OracleXADataSource"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment