Author: mstruk
Date: 2011-10-18 10:19:04 -0400 (Tue, 18 Oct 2011)
New Revision: 7765
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein-ds.xml
Log:
JBEPP-1208 local-tx-datasource prevents Seam Booking Portlet from establishing DB
connection
- reverted gatein-idm to no-tx-datasource
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein-ds.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein-ds.xml 2011-10-18
08:33:42 UTC (rev 7764)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein-ds.xml 2011-10-18
14:19:04 UTC (rev 7765)
@@ -23,7 +23,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<datasources>
- <local-tx-datasource>
+ <no-tx-datasource>
<jndi-name>gatein-idm</jndi-name>
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}gatein${/}hypersonic${/}gatein-idm-localDB</connection-url>
<driver-class>org.hsqldb.jdbcDriver</driver-class>
@@ -34,7 +34,7 @@
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
<prepared-statement-cache-size>32</prepared-statement-cache-size>
- </local-tx-datasource>
+ </no-tx-datasource>
<local-tx-datasource>
<jndi-name>gatein-jcr</jndi-name>
Show replies by date