Skip to content

Commit

Permalink
TEIID-4682: update sample datasource cli to set to no-tx-datasource (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylinsoong authored and shawkins committed Feb 3, 2017
1 parent 5a11487 commit cb827b1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<!-- Add the below contents under "datasources" subsystem in the standalone-teiid.xml or deploy as -ds.xml file -->
<subsystem xmlns="urn:jboss:domain:datasources:1.0">
<datasources>
<datasource jndi-name="java:/prestoDS" enabled="true" use-java-context="true" pool-name="PrestoDB">
<datasource jta="false" jndi-name="java:/prestoDS" enabled="true" use-java-context="true" pool-name="PrestoDB">
<connection-url>jdbc:presto://example.net:8080</connection-url>
<driver>prestodb</driver>
<security>
Expand Down

0 comments on commit cb827b1

Please sign in to comment.