svn commit: r547442 - /ofbiz/trunk/framework/common/servicedef/services_test.xml

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

svn commit: r547442 - /ofbiz/trunk/framework/common/servicedef/services_test.xml

jaz-3
Author: jaz
Date: Thu Jun 14 16:22:49 2007
New Revision: 547442

URL: http://svn.apache.org/viewvc?view=rev&rev=547442
Log:
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"/>