Author: jleroux
Date: Thu Sep 27 11:59:38 2007
New Revision: 580124
URL:
http://svn.apache.org/viewvc?rev=580124&view=revLog:
Reverted on David's advice
Modified:
ofbiz/branches/release4.0/framework/service/servicedef/services.xml
Modified: ofbiz/branches/release4.0/framework/service/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/service/servicedef/services.xml?rev=580124&r1=580123&r2=580124&view=diff==============================================================================
--- ofbiz/branches/release4.0/framework/service/servicedef/services.xml (original)
+++ ofbiz/branches/release4.0/framework/service/servicedef/services.xml Thu Sep 27 11:59:38 2007
@@ -26,7 +26,7 @@
<!-- Service Engine Services -->
<service name="purgeOldJobs" engine="java"
- location="org.ofbiz.service.ServiceUtil" invoke="purgeOldJobs" auth="true" use-transaction="false" semaphore="wait">
+ location="org.ofbiz.service.ServiceUtil" invoke="purgeOldJobs" auth="true" use-transaction="false">
<description>Cleans out old jobs which have been around longer then what is defined in serviceengine.xml</description>
<required-permissions join-type="AND">
<check-permission permission="SERVICE_INVOKE_ANY"/>