Author: jacopoc
Date: Wed Jul  9 13:51:04 2014
New Revision: 1609149

URL: http://svn.apache.org/r1609149
Log:
Removed from "parseEntityXmlFile" the useless require-new-transaction="true" 
because in this service definition we have use-transaction="false"

Modified:
    ofbiz/trunk/framework/webtools/servicedef/services.xml

Modified: ofbiz/trunk/framework/webtools/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/servicedef/services.xml?rev=1609149&r1=1609148&r2=1609149&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/webtools/servicedef/services.xml Wed Jul  9 13:51:04 
2014
@@ -26,7 +26,7 @@ under the License.
 
     <!-- Entity Import Services
          Transacitons are turned off for these services because they set 
transactions and timeouts inside the services with txTimeout parameter -->
-    <service name="parseEntityXmlFile" engine="java" 
require-new-transaction="true"
+    <service name="parseEntityXmlFile" engine="java"
             location="org.ofbiz.webtools.WebToolsServices" 
invoke="parseEntityXmlFile" auth="true" use-transaction="false">
         <description>Parses an entity xml file or an entity xml 
text</description>
         <permission-service service-name="entityMaintPermCheck" 
main-action="VIEW"/>


Reply via email to