Author: jleroux
Date: Fri Apr 8 21:04:49 2016
New Revision: 1738303
URL:
http://svn.apache.org/viewvc?rev=1738303&view=revLog:
A patch from Wai for "code correction for service=findContentParents"
https://issues.apache.org/jira/browse/OFBIZ-6997jleroux: fixes the service location in def
Modified:
ofbiz/trunk/applications/content/servicedef/services.xml
Modified: ofbiz/trunk/applications/content/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services.xml?rev=1738303&r1=1738302&r2=1738303&view=diff==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services.xml Fri Apr 8 21:04:49 2016
@@ -391,7 +391,7 @@
<service name="findContentParents" engine="java"
transaction-timeout="7200"
- location="org.ofbiz.content.ContentManagementServices" invoke="findContentParents" auth="true">
+ location="org.ofbiz.content.ContentServices" invoke="findContentParents" auth="true">
<attribute mode="IN" name="contentId" optional="false" type="String"/>
<attribute mode="IN" name="contentAssocTypeId" optional="false" type="String"/>
<attribute mode="IN" name="direction" optional="true" type="String"/>