[teiid-commits] teiid SVN: r3199 - branches/7.1.x/connectors/sandbox/connector-template/src/main/resources.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed May 25 18:13:57 EDT 2011


Author: vhalbert at redhat.com
Date: 2011-05-25 18:13:57 -0400 (Wed, 25 May 2011)
New Revision: 3199

Added:
   branches/7.1.x/connectors/sandbox/connector-template/src/main/resources/coherence-ds.xml
Log:
TEIID-1594 added datasource xml file for testing

Added: branches/7.1.x/connectors/sandbox/connector-template/src/main/resources/coherence-ds.xml
===================================================================
--- branches/7.1.x/connectors/sandbox/connector-template/src/main/resources/coherence-ds.xml	                        (rev 0)
+++ branches/7.1.x/connectors/sandbox/connector-template/src/main/resources/coherence-ds.xml	2011-05-25 22:13:57 UTC (rev 3199)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<connection-factories>
+
+   <no-tx-connection-factory>
+      <!-- The jndi name of the DataSource -->
+      <jndi-name>CoherenceDS</jndi-name>
+      
+      <!-- The resource archive file that defines JCA connection for Coherence (do not change this) -->
+      <rar-name>coherence_connector-0.1.rar</rar-name>
+      <!-- connection interface; (do not change this) -->
+      <connection-definition>javax.resource.cci.ConnectionFactory</connection-definition>      
+
+      <max-pool-size>20</max-pool-size>
+
+    </no-tx-connection-factory>
+
+</connection-factories>
\ No newline at end of file


Property changes on: branches/7.1.x/connectors/sandbox/connector-template/src/main/resources/coherence-ds.xml
___________________________________________________________________
Added: svn:keywords
   + Id Revision
Added: svn:eol-style
   + LF



More information about the teiid-commits mailing list