Skip to content

Instantly share code, notes, and snippets.

@maeste
Created May 18, 2011 11:52
Show Gist options
  • Select an option

  • Save maeste/978436 to your computer and use it in GitHub Desktop.

Select an option

Save maeste/978436 to your computer and use it in GitHub Desktop.
/subsystem=datasources/xa-data-source="myXA":add(xa-data-source-properties = (URL="jdbc:h2:mem:test"),jndi-name="myXA",driver-name="h2",pool-name="myXA_Pool",enabled=true,user-name="sa",password="sa")
@bstansberry
Copy link
Copy Markdown

/subsystem=datasources/xa-data-source="myXA":add(xa-data-source-properties = [("URL"=>"jdbc:h2:mem:test")],jndi-name="myXA",driver-name="h2",pool-name="myXA_Pool",enabled=true,user-name="sa",password="sa")

@bstansberry
Copy link
Copy Markdown

/subsystem=datasources/xa-data-source="myXA":add(xa-data-source-properties = {"URL"=>"jdbc:h2:mem:test"},jndi-name="myXA",driver-name="h2",pool-name="myXA_Pool",enabled=true,user-name="sa",password="sa")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment