svn commit: r885735 - /ofbiz/trunk/applications/product/servicedef/services.xml

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

svn commit: r885735 - /ofbiz/trunk/applications/product/servicedef/services.xml

ashish-18
Author: ashish
Date: Tue Dec  1 11:12:20 2009
New Revision: 885735

URL: http://svn.apache.org/viewvc?rev=885735&view=rev
Log:
Correcting service location - Patch from Mridul.

Modified:
    ofbiz/trunk/applications/product/servicedef/services.xml

Modified: ofbiz/trunk/applications/product/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services.xml?rev=885735&r1=885734&r2=885735&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services.xml Tue Dec  1 11:12:20 2009
@@ -438,7 +438,7 @@
     </service>
     
     <service name="uploadProductAdditionalViewImages" engine="simple"
-        location="component://content/script/org/ofbiz/content/content/ContentServices.xml" invoke="uploadProductAdditionalViewImages" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="uploadProductAdditionalViewImages" auth="true">
         <description>Upload Additional View Images For Product</description>
         <permission-service service-name="genericContentPermission" main-action="UPDATE"/>
         <attribute name="productId" type="String" mode="INOUT" optional="false"/>