Strabon

changeset 1272:8acc2baa3993

made endpoints ignore locks on the underlying DBMS as the default behaviour (this is very useful when endpoints do not shutdown properly and do not remove the "locked" table)
author Babis Nikolaou <charnik@di.uoa.gr>
date Fri Oct 18 12:39:10 2013 +0200 (2013-10-18)
parents 0e6bd1a101af
children 95e2d2650b44
files endpoint/WebContent/WEB-INF/beans.xml
line diff
     1.1 --- a/endpoint/WebContent/WEB-INF/beans.xml	Fri Sep 27 15:57:10 2013 +0300
     1.2 +++ b/endpoint/WebContent/WEB-INF/beans.xml	Fri Oct 18 12:39:10 2013 +0200
     1.3 @@ -55,7 +55,7 @@
     1.4  
     1.5          <constructor-arg type="boolean" >
     1.6              <!-- Check for locks and remove them (in case of a crash) -->
     1.7 -            <value>false</value>
     1.8 +            <value>true</value>
     1.9          </constructor-arg>
    1.10  
    1.11          <constructor-arg type="java.lang.String" >