1 <?xml version="1.0"?>
\r
2 <connection-factories>
\r
3 <tx-connection-factory>
\r
4 <jndi-name>NXRepository/default</jndi-name>
\r
6 <track-connection-by-tx/>
\r
7 <adapter-display-name>Nuxeo SQL Repository DataSource</adapter-display-name>
\r
8 <rar-name>nuxeo.ear#nuxeo-core-storage-sql-ra-1.6.2.rar</rar-name>
\r
9 <connection-definition>org.nuxeo.ecm.core.storage.sql.Repository</connection-definition>
\r
10 <config-property name="name">default</config-property>
\r
11 <max-pool-size>${nuxeo.vcs.max-pool-size}</max-pool-size>
\r
13 <config-property name="xaDataSource" type="java.lang.String">org.postgresql.xa.PGXADataSource</config-property>
\r
14 <config-property name="property" type="java.lang.String">ServerName=${nuxeo.db.host}</config-property>
\r
15 <config-property name="property" type="java.lang.String">PortNumber/Integer=${nuxeo.db.port}</config-property>
\r
16 <config-property name="property" type="java.lang.String">DatabaseName=${nuxeo.db.name}</config-property>
\r
17 <config-property name="property" type="java.lang.String">User=${nuxeo.db.user}</config-property>
\r
18 <config-property name="property" type="java.lang.String">Password=${nuxeo.db.password}</config-property>
\r
19 </tx-connection-factory>
\r
20 </connection-factories>
\r