You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2007/05/16 23:29:15 UTC

svn commit: r538745 - /portals/jetspeed-2/trunk/etc/db-ojb/OJB.properties

Author: taylor
Date: Wed May 16 14:29:13 2007
New Revision: 538745

URL: http://svn.apache.org/viewvc?view=rev&rev=538745
Log:
don't fail when brokers exhausted
contribution from Michael Timony

Modified:
    portals/jetspeed-2/trunk/etc/db-ojb/OJB.properties

Modified: portals/jetspeed-2/trunk/etc/db-ojb/OJB.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/db-ojb/OJB.properties?view=diff&rev=538745&r1=538744&r2=538745
==============================================================================
--- portals/jetspeed-2/trunk/etc/db-ojb/OJB.properties (original)
+++ portals/jetspeed-2/trunk/etc/db-ojb/OJB.properties Wed May 16 14:29:13 2007
@@ -96,7 +96,7 @@
 # 0 - fail
 # 1 - block
 # 2 - grow
-whenExhaustedAction=0
+whenExhaustedAction=1
 #
 #
 #----------------------------------------------------------------------------------------
@@ -139,7 +139,7 @@
 #ConnectionFactoryClass=org.apache.ojb.broker.accesslayer.ConnectionFactoryNotPooledImpl
 ### ConnectionFactoryClass=org.apache.ojb.broker.accesslayer.ConnectionFactoryManagedImpl
 ### ConnectionFactoryClass=org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
-ConnectionFactoryClass=org.springmodules.orm.ojb.support.TransactionAwareDataSourceConnectionFactory
+ConnectionFactoryClass=org.springframework.orm.ojb.support.TransactionAwareDataSourceConnectionFactory
 
 #ConnectionFactoryClass=org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
 #ConnectionFactoryClass=org.apache.ojb.broker.accesslayer.ConnectionFactoryDBCPImpl



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org