You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/03/12 19:20:34 UTC

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

Author: jleroux
Date: Sat Mar 12 18:20:34 2011
New Revision: 1080960

URL: http://svn.apache.org/viewvc?rev=1080960&view=rev
Log:
Add export=true to findProductById at Mansour's demand

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=1080960&r1=1080959&r2=1080960&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services.xml Sat Mar 12 18:20:34 2011
@@ -205,7 +205,7 @@ under the License.
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
     </service>
 
-    <service name="findProductById" engine="java"  auth="true"
+    <service name="findProductById" engine="java"  auth="true" export="true"
         location="org.ofbiz.product.product.ProductServices" invoke="findProductById">
         <description>Finds productId(s) corresponding to a product reference, productId or a GoodIdentification idValue</description>
         <attribute type="String" mode="IN" name="idToFind" optional="false"/>