svn commit: r427640 - /incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r427640 - /incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

sichen
Author: sichen
Date: Tue Aug  1 09:39:41 2006
New Revision: 427640

URL: http://svn.apache.org/viewvc?rev=427640&view=rev
Log:
Changed transaction time out of post accounting transaction service to 10 minutes to allow for larger transactions such as those from importing data

Modified:
    incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml?rev=427640&r1=427639&r2=427640&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml Tue Aug  1 09:39:41 2006
@@ -265,7 +265,8 @@
         <attribute name="debitCreditDifference" type="Double" mode="OUT" optional="false"/>
     </service>
     <service name="postAcctgTrans" default-entity-name="AcctgTrans" engine="simple"
-            location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="postAcctgTrans" auth="true">
+            location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="postAcctgTrans" auth="true"
+            transaction-timout="600">
         <description>Post a AcctgTrans and related entries.  This will make sure that the time period is not closed and that
          the sum of the debits and credits are equal.
         </description>