Author: jacopoc
Date: Wed Jul 9 14:00:42 2014
New Revision: 1609157
URL:
http://svn.apache.org/r1609157Log:
Applied fix from trunk for revision: 1609149
===
Removed from "parseEntityXmlFile" the useless require-new-transaction="true" because in this service definition we have use-transaction="false"
Modified:
ofbiz/branches/release13.07/ (props changed)
ofbiz/branches/release13.07/framework/webtools/servicedef/services.xml
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1609149
Modified: ofbiz/branches/release13.07/framework/webtools/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/webtools/servicedef/services.xml?rev=1609157&r1=1609156&r2=1609157&view=diff==============================================================================
--- ofbiz/branches/release13.07/framework/webtools/servicedef/services.xml (original)
+++ ofbiz/branches/release13.07/framework/webtools/servicedef/services.xml Wed Jul 9 14:00:42 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"/>