Author: jaz
Date: Thu Jun 14 16:22:49 2007
New Revision: 547442
URL:
http://svn.apache.org/viewvc?view=rev&rev=547442Log:
added tx timeout to blocking test (to verify tx timeout)
Modified:
ofbiz/trunk/framework/common/servicedef/services_test.xml
Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?view=diff&rev=547442&r1=547441&r2=547442==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Thu Jun 14 16:22:49 2007
@@ -31,7 +31,7 @@
<attribute name="message" type="String" mode="IN" optional="true"/>
<attribute name="resp" type="String" mode="OUT"/>
</service>
- <service name="blockingTestScv" engine="java" export="true" validate="false" require-new-transaction="true"
+ <service name="blockingTestScv" engine="java" export="true" validate="false" require-new-transaction="true" transaction-timeout="20"
location="org.ofbiz.common.CommonServices" invoke="blockingTestService">
<description>Blocking Test service</description>
<attribute name="message" type="String" mode="IN" optional="true"/>