svn commit: r755831 [1/4] - /ofbiz/trunk/applications/product/servicedef/

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

svn commit: r755831 [1/4] - /ofbiz/trunk/applications/product/servicedef/

ashish-18
Author: ashish
Date: Thu Mar 19 04:27:30 2009
New Revision: 755831

URL: http://svn.apache.org/viewvc?rev=755831&view=rev
Log: (empty)

Modified:
    ofbiz/trunk/applications/product/servicedef/services.xml
    ofbiz/trunk/applications/product/servicedef/services_cost.xml
    ofbiz/trunk/applications/product/servicedef/services_facility.xml
    ofbiz/trunk/applications/product/servicedef/services_feature.xml
    ofbiz/trunk/applications/product/servicedef/services_maint.xml
    ofbiz/trunk/applications/product/servicedef/services_olap.xml
    ofbiz/trunk/applications/product/servicedef/services_picklist.xml
    ofbiz/trunk/applications/product/servicedef/services_pricepromo.xml
    ofbiz/trunk/applications/product/servicedef/services_rental.xml
    ofbiz/trunk/applications/product/servicedef/services_shipment.xml
    ofbiz/trunk/applications/product/servicedef/services_store.xml
    ofbiz/trunk/applications/product/servicedef/services_subscription.xml
    ofbiz/trunk/applications/product/servicedef/services_uom.xml
    ofbiz/trunk/applications/product/servicedef/services_upgrade.xml

Modified: ofbiz/trunk/applications/product/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services.xml?rev=755831&r1=755830&r2=755831&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services.xml Thu Mar 19 04:27:30 2009
@@ -38,7 +38,7 @@
         <override name="longDescription" allow-html="safe"/>
     </service>
     <service name="createProduct" default-entity-name="Product" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="createProduct" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProduct" auth="true">
         <description>Create a Product</description>
         <implements service="interfaceProduct"/>
         <auto-attributes include="pk" mode="INOUT" optional="true"/>
@@ -46,13 +46,13 @@
         <override name="internalName" optional="false"/>
     </service>
     <service name="updateProduct" default-entity-name="Product" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProduct" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProduct" auth="true">
         <description>Update a Product</description>
         <implements service="interfaceProduct"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="updateProductQuickAdminName" default-entity-name="Product" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductQuickAdminName" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductQuickAdminName" auth="true">
         <description>Update a Product from Quick Admin</description>
         <implements service="interfaceProduct"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -64,7 +64,7 @@
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="duplicateProduct" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="duplicateProduct" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="duplicateProduct" auth="true">
         <description>Duplicate a Product using a new productId</description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
         <attribute name="oldProductId" type="String" mode="IN" optional="false"/>
@@ -90,7 +90,7 @@
         <attribute name="removeInventoryItems" type="String" mode="IN" optional="true"/>
     </service>
     <service name="copyToProductVariants" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="copyToProductVariants" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="copyToProductVariants" auth="true">
         <description>Copy Virtual Product's data to the Variant Products</description>
         <attribute name="virtualProductId" type="String" mode="IN" optional="false"/>
         <attribute name="removeBefore" type="String" mode="IN" optional="true"/>
@@ -128,65 +128,65 @@
 
     <!-- Product Keyword Services -->
     <service name="createProductKeyword" default-entity-name="ProductKeyword" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductKeyword" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductKeyword" auth="true">
         <description>Create a ProductKeyword</description>
         <permission-service service-name="productGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductKeyword" default-entity-name="ProductKeyword" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductKeyword" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductKeyword" auth="true">
         <description>Update a ProductKeyword</description>
         <permission-service service-name="productGenericPermission" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductKeyword" default-entity-name="ProductKeyword" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductKeyword" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductKeyword" auth="true">
         <description>Delete a ProductKeyword</description>
         <permission-service service-name="productGenericPermission" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="deleteProductKeywords" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductKeywords" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductKeywords" auth="true">
         <description>Delete all the keywords of a product</description>
         <permission-service service-name="productGenericPermission" main-action="DELETE"/>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="indexProductKeywords" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="indexProductKeywords" auth="false">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="indexProductKeywords" auth="false">
         <description>Index the Keywords for a Product</description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
         <attribute name="productInstance" type="GenericValue" mode="IN" optional="true"/>
     </service>
     <service name="forceIndexProductKeywords" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="forceIndexProductKeywords" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="forceIndexProductKeywords" auth="true">
         <description>Induce all the keywords of a product, ignoring the flag in the Product.autoCreateKeywords flag</description>
         <permission-service service-name="productGenericPermission" main-action="CREATE"/>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="discontinueProductSales" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="discontinueProductSales" auth="false">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="discontinueProductSales" auth="false">
         <description>Discontinue Product Sales</description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="countProductView" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="countProductView" auth="false">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="countProductView" auth="false">
         <description>count Product View</description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
         <attribute name="weight" type="Long" mode="IN" optional="true"/>
     </service>
     <service name="countProductQuantityOrdered" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="countProductQuantityOrdered" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="countProductQuantityOrdered" auth="true">
         <description>count Product Quantity Ordered</description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
         <attribute name="quantity" type="BigDecimal" mode="IN" optional="false"/>
     </service>
 
     <service name="createProductReview" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductReview" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductReview" auth="true">
         <description>Create a product review entity</description>
         <attribute name="productStoreId" type="String" mode="IN" optional="false"/>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
@@ -196,7 +196,7 @@
         <attribute name="productReviewId" type="String" mode="OUT" optional="false"/>
     </service>
     <service name="updateProductReview" engine="simple" default-entity-name="ProductReview"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductReview" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductReview" auth="true">
         <description>Updates a product review record</description>
         <required-permissions join-type="OR">
             <check-permission permission="CATALOG_UPDATE"/>
@@ -220,26 +220,26 @@
     <!-- Product Association Services -->
 
     <service name="createProductAssoc" default-entity-name="ProductAssoc" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml"
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml"
             invoke="createProductAssoc" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductAssoc" default-entity-name="ProductAssoc" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml"
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml"
             invoke="updateProductAssoc" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductAssoc" default-entity-name="ProductAssoc" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml"
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml"
             invoke="deleteProductAssoc" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- Product Price Services -->
     <service name="createProductPrice" default-entity-name="ProductPrice" engine="simple"
-                location="org/ofbiz/product/price/PriceServices.xml" invoke="createProductPrice" auth="true">
+                location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="createProductPrice" auth="true">
         <description>Create an ProductPrice</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true">
@@ -252,7 +252,7 @@
         <override name="price" optional="false"/>
     </service>
     <service name="updateProductPrice" default-entity-name="ProductPrice" engine="simple"
-                location="org/ofbiz/product/price/PriceServices.xml" invoke="updateProductPrice" auth="true">
+                location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="updateProductPrice" auth="true">
         <description>Update an ProductPrice</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true">
@@ -265,7 +265,7 @@
         <override name="price" optional="false"/>
     </service>
     <service name="deleteProductPrice" default-entity-name="ProductPrice" engine="simple"
-                location="org/ofbiz/product/price/PriceServices.xml" invoke="deleteProductPrice" auth="true">
+                location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="deleteProductPrice" auth="true">
         <description>Delete an ProductPrice</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <attribute name="oldPrice" type="BigDecimal" mode="OUT" optional="false"/>
@@ -273,7 +273,7 @@
 
     <!-- called by ECAs on ProductPrice service call events -->
     <service name="saveProductPriceChange" default-entity-name="ProductPrice" engine="simple"
-            location="org/ofbiz/product/price/PriceServices.xml" invoke="saveProductPriceChange" auth="true">
+            location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="saveProductPriceChange" auth="true">
         <description>Save History of a ProductPrice Change</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -282,65 +282,65 @@
 
     <!-- Product PaymentMethodType Services -->
     <service name="createProductPaymentMethodType" default-entity-name="ProductPaymentMethodType" engine="simple"
-            location="org/ofbiz/product/price/PriceServices.xml" invoke="createProductPaymentMethodType" auth="true">
+            location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="createProductPaymentMethodType" auth="true">
         <description>Create an ProductPaymentMethodType</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateProductPaymentMethodType" default-entity-name="ProductPaymentMethodType" engine="simple"
-            location="org/ofbiz/product/price/PriceServices.xml" invoke="updateProductPaymentMethodType" auth="true">
+            location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="updateProductPaymentMethodType" auth="true">
         <description>Update an ProductPaymentMethodType</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductPaymentMethodType" default-entity-name="ProductPaymentMethodType" engine="simple"
-            location="org/ofbiz/product/price/PriceServices.xml" invoke="deleteProductPaymentMethodType" auth="true">
+            location="component://product/script/org/ofbiz/product/price/PriceServices.xml" invoke="deleteProductPaymentMethodType" auth="true">
         <description>Delete an ProductPaymentMethodType</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     
     <!-- GoodIdentification Services -->
     <service name="createGoodIdentification" default-entity-name="GoodIdentification" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="createGoodIdentification" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createGoodIdentification" auth="true">
         <description>Create a GoodIdentification</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="false"/>
     </service>
     <service name="updateGoodIdentification" default-entity-name="GoodIdentification" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="updateGoodIdentification" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateGoodIdentification" auth="true">
         <description>Update a GoodIdentification</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="false"/>
     </service>
     <service name="deleteGoodIdentification" default-entity-name="GoodIdentification" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteGoodIdentification" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteGoodIdentification" auth="true">
         <description>Delete a GoodIdentification</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- ProductGlAccount Services -->
     <service name="createProductGlAccount" default-entity-name="ProductGlAccount" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductGlAccount" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductGlAccount" auth="true">
         <description>Create a ProductGlAccount</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="false"/>
     </service>
     <service name="updateProductGlAccount" default-entity-name="ProductGlAccount" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductGlAccount" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductGlAccount" auth="true">
         <description>Update a ProductGlAccount</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="false"/>
     </service>
     <service name="deleteProductGlAccount" default-entity-name="ProductGlAccount" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductGlAccount" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductGlAccount" auth="true">
         <description>Delete a ProductGlAccount</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- Product content services -->
     <service name="createProductContent" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="createProductContent" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="createProductContent" auth="true">
         <description>Add Content To Product</description>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -349,20 +349,20 @@
         <!--<override name="contentId" optional="true" mode="INOUT" />-->
     </service>
     <service name="updateProductContent" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="updateProductContent" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="updateProductContent" auth="true">
         <description>Update Content To Product</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="removeProductContent" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="removeProductContent" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="removeProductContent" auth="true">
         <description>Remove Content From Product</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="createEmailContentForProduct" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="createEmailContentForProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="createEmailContentForProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes mode="IN" entity-name="Content" optional="true"/>
@@ -372,7 +372,7 @@
         <override name="contentId" optional="true" mode="INOUT"/>
     </service>
     <service name="updateEmailContentForProduct" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="updateEmailContentForProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="updateEmailContentForProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
@@ -384,7 +384,7 @@
         <attribute name="htmlBody" type="String" mode="IN" optional="true" allow-html="safe"/>
     </service>
     <service name="createDownloadContentForProduct" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="createDownloadContentForProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="createDownloadContentForProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="true"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes include="nonpk" mode="IN" entity-name="Content" optional="true"/>
@@ -394,7 +394,7 @@
         <override name="productContentTypeId" optional="false"/>
     </service>
     <service name="updateDownloadContentForProduct" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="updateDownloadContentForProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="updateDownloadContentForProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes mode="IN" entity-name="Content" optional="true"/>
@@ -403,7 +403,7 @@
     </service>
     
     <service name="createSimpleTextContentForProduct" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="createSimpleTextContentForProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="createSimpleTextContentForProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
@@ -412,7 +412,7 @@
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateSimpleTextContentForProduct" default-entity-name="ProductContent" engine="simple"
-        location="org/ofbiz/product/product/ProductContentServices.xml" invoke="updateSimpleTextContentForProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="updateSimpleTextContentForProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes mode="IN" entity-name="Content" optional="true"/>
@@ -420,7 +420,7 @@
         <attribute name="text" type="String" mode="IN" optional="true" allow-html="safe"/>
     </service>
     
-    <service name="createSimpleTextContentForAlternateLocale" engine="simple" location="org/ofbiz/product/product/ProductContentServices.xml" invoke="createSimpleTextContentForAlternateLocale">
+    <service name="createSimpleTextContentForAlternateLocale" engine="simple" location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="createSimpleTextContentForAlternateLocale">
         <auto-attributes mode="IN" entity-name="Content" optional="true"/>
         <attribute name="mainContentId" type="String" mode="IN" optional="false"/>
         <attribute name="text" type="String" mode="IN" optional="false" allow-html="safe"/>
@@ -440,7 +440,7 @@
 
     <!-- SupplierProduct Services -->
     <service name="createSupplierProduct" default-entity-name="SupplierProduct" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="createSupplierProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="createSupplierProduct" auth="true">
         <description>Create a new SupplierProduct record</description>
         <required-permissions join-type="AND">
             <check-permission permission="CATALOG" action="_CREATE"/>
@@ -451,7 +451,7 @@
         <override name="lastPrice" optional="false"/>
     </service>
     <service name="updateSupplierProduct" default-entity-name="SupplierProduct" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="updateSupplierProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="updateSupplierProduct" auth="true">
         <description>Update a SupplierProduct record</description>
         <required-permissions join-type="AND">
             <check-permission permission="CATALOG" action="_UPDATE"/>
@@ -460,7 +460,7 @@
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
     </service>
     <service name="removeSupplierProduct" default-entity-name="SupplierProduct" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="removeSupplierProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="removeSupplierProduct" auth="true">
         <description>Remove a SupplierProduct record</description>
         <required-permissions join-type="AND">
             <check-permission permission="CATALOG" action="_DELETE"/>
@@ -470,7 +470,7 @@
     
     <!-- supplier product feature services -->
     <service name="createSupplierProductFeature" default-entity-name="SupplierProductFeature" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="createSupplierProductFeature" auth="true">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="createSupplierProductFeature" auth="true">
         <description>Create a new SupplierProductFeature record</description>
         <required-permissions join-type="AND">
             <check-permission permission="CATALOG" action="_CREATE"/>
@@ -479,7 +479,7 @@
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
     </service>
     <service name="updateSupplierProductFeature" default-entity-name="SupplierProductFeature" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="updateSupplierProductFeature" auth="true">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="updateSupplierProductFeature" auth="true">
         <description>Update a SupplierProduct record</description>
         <required-permissions join-type="AND">
             <check-permission permission="CATALOG" action="_UPDATE"/>
@@ -488,7 +488,7 @@
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
     </service>
     <service name="removeSupplierProductFeature" default-entity-name="SupplierProductFeature" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="removeSupplierProductFeature" auth="true">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="removeSupplierProductFeature" auth="true">
         <description>Remove a SupplierProduct record</description>
         <required-permissions join-type="AND">
             <check-permission permission="CATALOG" action="_DELETE"/>
@@ -496,7 +496,7 @@
         <auto-attributes mode="IN" include="pk" optional="false"/>
     </service>
     <service name="getSupplierProductFeatures" engine="simple"
-        location="org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="getSupplierProductFeatures">
+        location="component://product/script/org/ofbiz/product/supplier/SupplierProductServices.xml" invoke="getSupplierProductFeatures">
         <description>Finds a list of SupplierProductFeature entities based on the productFeatureId.
             If a partyId is given, only product feature information for that supplier party is returned.</description>
         <attribute name="productFeatureId" type="String" mode="IN" optional="false"/>
@@ -505,64 +505,64 @@
     </service>
     
     <service name="createProductMaint" default-entity-name="ProductMaint" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductMaint" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductMaint" auth="true">
         <description>Create a ProductMaint</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <override name="productMaintSeqId" mode="OUT"/> <!-- make this OUT rather than IN, we will automatically generate the next sub-sequence ID -->        
     </service>
     <service name="updateProductMaint" default-entity-name="ProductMaint" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductMaint" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductMaint" auth="true">
         <description>Update a ProductMaint</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductMaint" default-entity-name="ProductMaint" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductMaint" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductMaint" auth="true">
         <description>Delete a ProductMaint</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="createProductMeter" default-entity-name="ProductMeter" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductMeter" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductMeter" auth="true">
         <description>Create a ProductMeter</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductMeter" default-entity-name="ProductMeter" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductMeter" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductMeter" auth="true">
         <description>Update a ProductMeter</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductMeter" default-entity-name="ProductMeter" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductMeter" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductMeter" auth="true">
         <description>Delete a ProductMeter</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="createProductGeo" default-entity-name="ProductGeo" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductGeo" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductGeo" auth="true">
         <description>Create a ProductGeo</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductGeo" default-entity-name="ProductGeo" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductGeo" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductGeo" auth="true">
         <description>Update a ProductGeo</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductGeo" default-entity-name="ProductGeo" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductGeo" auth="true">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductGeo" auth="true">
         <description>Delete a ProductGeo</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="createCommunicationEventProduct" engine="simple"
-        location="org/ofbiz/product/communication/CommunicationEventServices.xml" invoke="createCommunicationEventProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/communication/CommunicationEventServices.xml" invoke="createCommunicationEventProduct" auth="true">
         <description>Create a Communication Event Product</description>
         <auto-attributes entity-name="CommunicationEventProduct" include="pk" mode="IN" optional="false"/>
     </service>
     <service name="removeCommunicationEventProduct" engine="simple"
-        location="org/ofbiz/product/communication/CommunicationEventServices.xml" invoke="removeCommunicationEventProduct" auth="true">
+        location="component://product/script/org/ofbiz/product/communication/CommunicationEventServices.xml" invoke="removeCommunicationEventProduct" auth="true">
         <description>Remove a Communication Event Product</description>
         <auto-attributes entity-name="CommunicationEventProduct" include="pk" mode="IN" optional="false"/>
     </service>
@@ -571,7 +571,7 @@
     <!-- Product Catalog Services -->
     <!-- ======================================== -->
     <service name="createProdCatalog" default-entity-name="ProdCatalog" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="createProdCatalog" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="createProdCatalog" auth="true">
         <description>Create a ProdCatalog</description>
         <permission-service service-name="catalogPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="pk" mode="INOUT" optional="true"/>
@@ -579,7 +579,7 @@
         <override name="catalogName" optional="false"/>
     </service>
     <service name="updateProdCatalog" default-entity-name="ProdCatalog" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="updateProdCatalog" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="updateProdCatalog" auth="true">
         <description>Update an ProdCatalog</description>
         <permission-service service-name="catalogPermissionCheck" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -587,14 +587,14 @@
         <override name="catalogName" optional="false"/>
     </service>
     <service name="deleteProdCatalog" default-entity-name="ProdCatalog" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="deleteProdCatalog" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="deleteProdCatalog" auth="true">
         <description>Delete an ProdCatalog</description>
         <permission-service service-name="catalogPermissionCheck" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <service name="addProductCategoryToProdCatalog" default-entity-name="ProdCatalogCategory" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="addProductCategoryToProdCatalog" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="addProductCategoryToProdCatalog" auth="true">
         <description>Add ProductCategory To ProdCatalog</description>
         <permission-service service-name="catalogPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -602,7 +602,7 @@
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateProductCategoryToProdCatalog" default-entity-name="ProdCatalogCategory" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="updateProductCategoryToProdCatalog" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="updateProductCategoryToProdCatalog" auth="true">
         <description>Add ProductCategory To ProdCatalog</description>
         <permission-service service-name="catalogPermissionCheck" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -610,14 +610,14 @@
         <override name="prodCatalogCategoryTypeId" optional="false"/>
     </service>
     <service name="removeProductCategoryFromProdCatalog" default-entity-name="ProdCatalogCategory" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="removeProductCategoryFromProdCatalog" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="removeProductCategoryFromProdCatalog" auth="true">
         <description>Remove ProductCategory From ProdCatalog</description>
         <permission-service service-name="catalogPermissionCheck" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <service name="addProdCatalogToParty" default-entity-name="ProdCatalogRole" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="addProdCatalogToParty" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="addProdCatalogToParty" auth="true">
         <description>Add ProdCatalog To Party</description>
         <permission-service service-name="prodCatalogToPartyPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -625,14 +625,14 @@
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateProdCatalogToParty" default-entity-name="ProdCatalogRole" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="updateProdCatalogToParty" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="updateProdCatalogToParty" auth="true">
         <description>Add ProdCatalog To Party</description>
         <permission-service service-name="prodCatalogToPartyPermissionCheck" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="removeProdCatalogFromParty" default-entity-name="ProdCatalogRole" engine="simple"
-                location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="removeProdCatalogFromParty" auth="true">
+                location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="removeProdCatalogFromParty" auth="true">
         <description>Remove ProdCatalog From Party</description>
         <permission-service service-name="prodCatalogToPartyPermissionCheck" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -642,14 +642,14 @@
     <!-- Product Category Services -->
     <!-- ======================================== -->
     <service name="createProductCategory" default-entity-name="ProductCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="createProductCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="createProductCategory" auth="true">
         <description>Create an ProductCategory</description>
         <auto-attributes include="pk" mode="INOUT" optional="true"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <override name="productCategoryTypeId" optional="false"/>
     </service>
     <service name="updateProductCategory" default-entity-name="ProductCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductCategory" auth="true">
         <description>Update an ProductCategory</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -657,7 +657,7 @@
     </service>
     
     <service name="duplicateProductCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="duplicateProductCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="duplicateProductCategory" auth="true">
         <description>Duplicate a Product Category using from oldProductCategoryId to a new productCategoryId</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="oldProductCategoryId" type="String" mode="IN" optional="false"/>
@@ -672,7 +672,7 @@
     </service>
 
     <service name="safeAddProductToCategory" default-entity-name="ProductCategoryMember" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategory" auth="true">
         <description>Add Product To Category</description>
         <permission-service service-name="checkCategoryPermissionWithViewPurchaseAllow" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -680,7 +680,7 @@
     </service>
 
     <service name="addProductToCategories" default-entity-name="ProductCategoryMember" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategories" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategories" auth="true">
         <description>Add Product To Multiple Categories</description>
         <permission-service service-name="checkCategoryPermissionWithViewPurchaseAllow" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false">
@@ -691,7 +691,7 @@
         <override name="fromDate" optional="true"/>
     </service>
     <service name="addProductToCategory" default-entity-name="ProductCategoryMember" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategory" auth="true">
         <description>Add Product To Category</description>
         <permission-service service-name="checkCategoryPermissionWithViewPurchaseAllow" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -699,21 +699,21 @@
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateProductToCategory" default-entity-name="ProductCategoryMember" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductToCategory" auth="true">
         <description>Add Product To Category</description>
         <permission-service service-name="checkCategoryPermissionWithViewPurchaseAllow" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="removeProductFromCategory" default-entity-name="ProductCategoryMember" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="removeProductFromCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="removeProductFromCategory" auth="true">
         <description>Remove Product From Category</description>
         <permission-service service-name="checkCategoryPermissionWithViewPurchaseAllow" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <service name="createProductInCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="createProductInCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="createProductInCategory" auth="true">
         <description></description>
         <auto-attributes entity-name="ProductCategory" include="pk" mode="IN" optional="false"/>
         <auto-attributes entity-name="Product" include="pk" mode="INOUT" optional="true"/>
@@ -726,7 +726,7 @@
     </service>
 
     <service name="addPartyToCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addPartyToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addPartyToCategory" auth="true">
         <description>Add Party To Category</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="partyId" type="String" mode="IN" optional="false"/>
@@ -736,7 +736,7 @@
         <attribute name="comments" type="String" mode="IN" optional="true"/>
     </service>
     <service name="updatePartyToCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="updatePartyToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="updatePartyToCategory" auth="true">
         <description>Update Party To Category</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="partyId" type="String" mode="IN" optional="false"/>
@@ -746,7 +746,7 @@
         <attribute name="comments" type="String" mode="IN" optional="true"/>
     </service>
     <service name="removePartyFromCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="removePartyFromCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="removePartyFromCategory" auth="true">
         <description>Remove Party From Category</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="partyId" type="String" mode="IN" optional="false"/>
@@ -784,7 +784,7 @@
     </service>
 
     <service name="safeAddProductCategoryToCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductCategoryToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addProductCategoryToCategory" auth="true">
         <description>Safe Add ProductCategory To Category (requires fromDate)</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="parentProductCategoryId" type="String" mode="IN" optional="false"/>
@@ -794,7 +794,7 @@
     </service>
 
     <service name="addProductCategoryToCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductCategoryToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addProductCategoryToCategory" auth="true">
         <description>Add ProductCategory To Category</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="parentProductCategoryId" type="String" mode="IN" optional="false"/>
@@ -803,7 +803,7 @@
         <attribute name="sequenceNum" type="Long" mode="IN" optional="true"/>
     </service>
     <service name="addProductCategoryToCategories" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductCategoryToCategories" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="addProductCategoryToCategories" auth="true">
         <description>Add ProductCategory To Categories</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="categories" type="Object" mode="IN" optional="false"/>
@@ -812,7 +812,7 @@
         <attribute name="sequenceNum" type="Long" mode="IN" optional="true"/>
     </service>
     <service name="updateProductCategoryToCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductCategoryToCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductCategoryToCategory" auth="true">
         <description>Update ProductCategory To Category</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="parentProductCategoryId" type="String" mode="IN" optional="false"/>
@@ -821,7 +821,7 @@
         <attribute name="sequenceNum" type="Long" mode="IN" optional="true"/>
     </service>
     <service name="removeProductCategoryFromCategory" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="removeProductCategoryFromCategory" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="removeProductCategoryFromCategory" auth="true">
         <description>Remove ProductCategory From Category</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="parentProductCategoryId" type="String" mode="IN" optional="false"/>
@@ -830,26 +830,26 @@
 
     <!-- Product Category Attribute SErvices -->
     <service name="createProductCategoryAttribute" default-entity-name="ProductCategoryAttribute" engine="simple"
-            location="org/ofbiz/product/category/CategoryServices.xml"
+            location="component://product/script/org/ofbiz/product/category/CategoryServices.xml"
             invoke="createProductCategoryAttribute" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductCategoryAttribute" default-entity-name="ProductCategoryAttribute" engine="simple"
-            location="org/ofbiz/product/category/CategoryServices.xml"
+            location="component://product/script/org/ofbiz/product/category/CategoryServices.xml"
             invoke="updateProductCategoryAttribute" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductCategoryAttribute" default-entity-name="ProductCategoryAttribute" engine="simple"
-            location="org/ofbiz/product/category/CategoryServices.xml"
+            location="component://product/script/org/ofbiz/product/category/CategoryServices.xml"
             invoke="deleteProductCategoryAttribute" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     
     <!-- Product Category Link Services -->
     <service name="createProductCategoryLink" default-entity-name="ProductCategoryLink" engine="simple"
-            location="org/ofbiz/product/category/CategoryServices.xml"
+            location="component://product/script/org/ofbiz/product/category/CategoryServices.xml"
             invoke="createProductCategoryLink" auth="true">
         <description>Create a ProductCategoryLink</description>
         <permission-service service-name="productCategoryGenericPermission" main-action="CREATE"/>
@@ -859,7 +859,7 @@
         <override name="linkSeqId" optional="true" />        
     </service>
     <service name="updateProductCategoryLink" default-entity-name="ProductCategoryLink" engine="simple"
-            location="org/ofbiz/product/category/CategoryServices.xml"
+            location="component://product/script/org/ofbiz/product/category/CategoryServices.xml"
             invoke="updateProductCategoryLink" auth="true">
         <description>Update a ProductCategoryLink</description>
         <permission-service service-name="productCategoryGenericPermission" main-action="UPDATE"/>
@@ -867,7 +867,7 @@
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductCategoryLink" default-entity-name="ProductCategoryLink" engine="simple"
-            location="org/ofbiz/product/category/CategoryServices.xml"
+            location="component://product/script/org/ofbiz/product/category/CategoryServices.xml"
             invoke="deleteProductCategoryLink" auth="true">
         <description>Delete a ProductCategoryLink</description>
         <permission-service service-name="productCategoryGenericPermission" main-action="DELETE"/>
@@ -875,7 +875,7 @@
     </service>
     
     <service name="duplicateCategoryEntities" engine="simple"
-                location="org/ofbiz/product/category/CategoryServices.xml" invoke="duplicateCategoryEntities" auth="true">
+                location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="duplicateCategoryEntities" auth="true">
         <description>Duplicates a named entity from one productCategoryId to another</description>
         <attribute name="productCategoryId" type="String" mode="IN" optional="false"/>
         <attribute name="productCategoryIdTo" type="String" mode="IN" optional="false"/>
@@ -886,7 +886,7 @@
 
     <!-- Category content services -->
     <service name="createCategoryContent" default-entity-name="ProductCategoryContent" engine="simple"
-            location="org/ofbiz/product/category/CategoryContentServices.xml" invoke="createCategoryContent" auth="true">
+            location="component://product/script/org/ofbiz/product/category/CategoryContentServices.xml" invoke="createCategoryContent" auth="true">
         <description>Add Content To Category</description>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -895,21 +895,21 @@
         <!--<override name="contentId" optional="true" mode="INOUT" />-->
     </service>
     <service name="updateCategoryContent" default-entity-name="ProductCategoryContent" engine="simple"
-            location="org/ofbiz/product/category/CategoryContentServices.xml" invoke="updateCategoryContent" auth="true">
+            location="component://product/script/org/ofbiz/product/category/CategoryContentServices.xml" invoke="updateCategoryContent" auth="true">
         <description>Update Content To Category</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="removeCategoryContent" default-entity-name="ProductCategoryContent" engine="simple"
-            location="org/ofbiz/product/category/CategoryContentServices.xml" invoke="removeCategoryContent" auth="true">
+            location="component://product/script/org/ofbiz/product/category/CategoryContentServices.xml" invoke="removeCategoryContent" auth="true">
         <description>Remove Content From Category</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
 
     <service name="createSimpleTextContentForCategory" default-entity-name="ProductCategoryContent" engine="simple"
-            location="org/ofbiz/product/category/CategoryContentServices.xml" invoke="createSimpleTextContentForCategory" auth="true">
+            location="component://product/script/org/ofbiz/product/category/CategoryContentServices.xml" invoke="createSimpleTextContentForCategory" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
@@ -918,7 +918,7 @@
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateSimpleTextContentForCategory" default-entity-name="ProductCategoryContent" engine="simple"
-            location="org/ofbiz/product/category/CategoryContentServices.xml" invoke="updateSimpleTextContentForCategory" auth="true">
+            location="component://product/script/org/ofbiz/product/category/CategoryContentServices.xml" invoke="updateSimpleTextContentForCategory" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
@@ -928,19 +928,19 @@
 
     <!-- ProductFeatureDataResource services -->
     <service name="createProductFeatureDataResource" default-entity-name="ProductFeatureDataResource" engine="simple"
-            location="org/ofbiz/product/product/ProductContentServices.xml" invoke="createProductFeatureDataResource" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="createProductFeatureDataResource" auth="true">
         <description>Create ProductFeature-DataResource</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="removeProductFeatureDataResource" default-entity-name="ProductFeatureDataResource" engine="simple"
-            location="org/ofbiz/product/product/ProductContentServices.xml" invoke="removeProductFeatureDataResource" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductContentServices.xml" invoke="removeProductFeatureDataResource" auth="true">
         <description>Remove ProductFeature-DataResource</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- Customer driven (customers are suppliers) digital download product services -->
     <service name="createCustomerDigitalDownloadProduct" auth="true" engine="simple"
-        location="org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="createCustomerDigitalDownloadProduct">
+        location="component://product/script/org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="createCustomerDigitalDownloadProduct">
         <description></description>
         <attribute name="productName" type="String" mode="IN" optional="false"/>
         <attribute name="productStoreId" type="String" mode="IN" optional="false"/>
@@ -953,7 +953,7 @@
         <attribute name="availableFromDate" type="Timestamp" mode="OUT" optional="false"/>
     </service>
     <service name="updateCustomerDigitalDownloadProduct" auth="true" engine="simple"
-        location="org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="updateCustomerDigitalDownloadProduct">
+        location="component://product/script/org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="updateCustomerDigitalDownloadProduct">
         <description></description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
         <attribute name="currencyUomId" type="String" mode="IN" optional="false"/>
@@ -964,19 +964,19 @@
         <attribute name="price" type="BigDecimal" mode="IN" optional="true"/>
     </service>
     <service name="deleteCustomerDigitalDownloadProduct" auth="true" engine="simple"
-        location="org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="deleteCustomerDigitalDownloadProduct">
+        location="component://product/script/org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="deleteCustomerDigitalDownloadProduct">
         <description></description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="addCustomerDigitalDownloadProductFile" auth="true" engine="simple"
-        location="org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="addCustomerDigitalDownloadProductFile">
+        location="component://product/script/org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="addCustomerDigitalDownloadProductFile">
         <description></description>
         <attribute name="contentId" type="String" mode="IN" optional="false"/>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="removeCustomerDigitalDownloadProductFile" auth="true" engine="simple"
-        location="org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="removeCustomerDigitalDownloadProductFile">
+        location="component://product/script/org/ofbiz/product/product/CustomerDigitalDownloadServices.xml" invoke="removeCustomerDigitalDownloadProductFile">
         <description></description>
         <attribute name="contentId" type="String" mode="IN" optional="false"/>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
@@ -986,84 +986,84 @@
     
     <!-- Product Configuration Services -->
     <service name="createProductConfig" default-entity-name="ProductConfig" engine="simple"
-                location="org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfig" auth="true">
+                location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfig" auth="true">
         <description>Create a ProductConfig</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <override name="fromDate" mode="INOUT" optional="true"/>
     </service>
     <service name="updateProductConfig" default-entity-name="ProductConfig" engine="simple"
-                location="org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfig" auth="true">
+                location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfig" auth="true">
         <description>Update a ProductConfig</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductConfig" default-entity-name="ProductConfig" engine="simple"
-                location="org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfig" auth="true">
+                location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfig" auth="true">
         <description>Delete a ProductConfig</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- Product Config Items Services -->
     <service name="createProductConfigItem" default-entity-name="ProductConfigItem" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfigItem">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfigItem">
         <description>Create a Config Item</description>
         <auto-attributes include="pk" mode="OUT" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductConfigItem" default-entity-name="ProductConfigItem" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfigItem">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfigItem">
         <description>Update a Config Item</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductConfigItem" default-entity-name="ProductConfigItem" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfigItem">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfigItem">
         <description>Delete a Config Item</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- Product Config Options Services -->
     <service name="createProductConfigOption" default-entity-name="ProductConfigOption" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfigOption">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfigOption">
         <description>Create a Config Option</description>
         <auto-attributes include="pk" mode="OUT" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <attribute name="configItemId" type="String" mode="IN" optional="false"/><!-- FIXME -->
     </service>
     <service name="updateProductConfigOption" default-entity-name="ProductConfigOption" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfigOption">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfigOption">
         <description>Update a Config Option</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductConfigOption" default-entity-name="ProductConfigOption" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfigOption">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfigOption">
         <description>Delete a Config Option</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
     <!-- Product Config Product Services -->
     <service name="createProductConfigProduct" default-entity-name="ProductConfigProduct" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfigProduct">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="createProductConfigProduct">
         <description>Create a ProductConfigProduct</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductConfigProduct" default-entity-name="ProductConfigProduct" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfigProduct">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="updateProductConfigProduct">
         <description>Update a ProductConfigProduct</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductConfigProduct" default-entity-name="ProductConfigProduct" auth="true" engine="simple"
-        location="org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfigProduct">
+        location="component://product/script/org/ofbiz/product/config/ConfigServices.xml" invoke="deleteProductConfigProduct">
         <description>Delete ProductConfigProduct</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <!-- Product Config Item content services -->
     <service name="createProductConfigItemContent" default-entity-name="ProdConfItemContent" engine="simple"
-                location="org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="createProductConfigItemContent" auth="true">
+                location="component://product/script/org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="createProductConfigItemContent" auth="true">
         <description>Add Content To ProductConfigItem</description>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -1072,20 +1072,20 @@
         <!--<override name="contentId" optional="true" mode="INOUT" />-->
     </service>
     <service name="updateProductConfigItemContent" default-entity-name="ProdConfItemContent" engine="simple"
-                location="org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="updateProductConfigItemContent" auth="true">
+                location="component://product/script/org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="updateProductConfigItemContent" auth="true">
         <description>Update Content To ProductConfigItem</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Content" include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="removeProductConfigItemContent" default-entity-name="ProdConfItemContent" engine="simple"
-                location="org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="removeProductConfigItemContent" auth="true">
+                location="component://product/script/org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="removeProductConfigItemContent" auth="true">
         <description>Remove Content From ProductConfigItem</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="createSimpleTextContentForProductConfigItem" default-entity-name="ProdConfItemContent" engine="simple"
-            location="org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="createSimpleTextContentForProductConfigItem" auth="true">
+            location="component://product/script/org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="createSimpleTextContentForProductConfigItem" auth="true">
         <attribute name="configItemId" type="String" mode="IN" optional="false"></attribute>
         <attribute name="contentId" type="String" mode="IN" optional="true"></attribute>
         <auto-attributes include="pk" mode="IN" optional="true"/>
@@ -1095,7 +1095,7 @@
         <override name="contentId" optional="true"/>
     </service>
     <service name="updateSimpleTextContentForProductConfigItem" default-entity-name="ProdConfItemContent" engine="simple"
-            location="org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="updateSimpleTextContentForProductConfigItem" auth="true">
+            location="component://product/script/org/ofbiz/product/config/ProductConfigItemContentServices.xml" invoke="updateSimpleTextContentForProductConfigItem" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes mode="IN" entity-name="Content" optional="true"/>
@@ -1159,35 +1159,35 @@
     
     <!-- Permission Services -->    
     <service name="productGenericPermission" engine="simple"
-        location="org/ofbiz/product/product/ProductServices.xml" invoke="productGenericPermission">
+        location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="productGenericPermission">
         <implements service="permissionInterface"/>
     </service>
     <service name="productCategoryGenericPermission" engine="simple"
-        location="org/ofbiz/product/category/CategoryServices.xml" invoke="productCategoryGenericPermission">
+        location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="productCategoryGenericPermission">
         <implements service="permissionInterface"/>
     </service>
     <service name="checkCategoryPermissionWithViewPurchaseAllow" engine="simple"
-        location="org/ofbiz/product/category/CategoryServices.xml" invoke="checkCategoryPermissionWithViewPurchaseAllow">
+        location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="checkCategoryPermissionWithViewPurchaseAllow">
         <implements service="permissionInterface"/>
         <attribute type="String" mode="IN" name="productCategoryId" optional="true"/>
     </service>
     <!-- Product Attribute Services -->
     <service name="createProductAttribute" default-entity-name="ProductAttribute" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductAttribute" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductAttribute" auth="true">
         <description>Create a ProductAttribute</description>
         <permission-service service-name="productGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="updateProductAttribute" default-entity-name="ProductAttribute" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductAttribute" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductAttribute" auth="true">
         <description>Update a ProductAttribute</description>
         <permission-service service-name="productGenericPermission" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteProductAttribute" default-entity-name="ProductAttribute" engine="simple"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductAttribute" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductAttribute" auth="true">
         <description>Delete a ProductAttribute</description>
         <permission-service service-name="productGenericPermission" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -1195,41 +1195,41 @@
     
     <!--VendorProduct Services -->
     <service name="createVendorProduct" engine="simple" default-entity-name="VendorProduct"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="createVendorProduct" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createVendorProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="deleteVendorProduct" engine="simple" default-entity-name="VendorProduct"
-            location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteVendorProduct" auth="true">
+            location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteVendorProduct" auth="true">
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     
     <!-- ProductCategoryGlAccount Services -->
     <service name="createProductCategoryGlAccount" default-entity-name="ProductCategoryGlAccount" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="createProductCategoryGlAccount" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="createProductCategoryGlAccount" auth="true">
         <description>Create a ProductCategoryGlAccount</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="false"/>
     </service>
     <service name="updateProductCategoryGlAccount" default-entity-name="ProductCategoryGlAccount" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="updateProductCategoryGlAccount" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="updateProductCategoryGlAccount" auth="true">
         <description>Update a ProductCategoryGlAccount</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="false"/>
     </service>
     <service name="deleteProductCategoryGlAccount" default-entity-name="ProductCategoryGlAccount" engine="simple"
-                location="org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductCategoryGlAccount" auth="true">
+                location="component://product/script/org/ofbiz/product/product/ProductServices.xml" invoke="deleteProductCategoryGlAccount" auth="true">
         <description>Delete a ProductCategoryGlAccount</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     
     <service name="catalogPermissionCheck" engine="simple"
-        location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="catalogPermissionCheck" auth="true">
+        location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="catalogPermissionCheck" auth="true">
         <description>Catalog Permission Checking Logic</description>
         <implements service="permissionInterface"/>
     </service>
     
     <service name="prodCatalogToPartyPermissionCheck" engine="simple"
-            location="org/ofbiz/product/catalog/CatalogServices.xml" invoke="prodCatalogToPartyPermissionCheck">
+            location="component://product/script/org/ofbiz/product/catalog/CatalogServices.xml" invoke="prodCatalogToPartyPermissionCheck">
         <description>ProdCatalogToParty Permission Checking Logic</description>
         <implements service="permissionInterface"/>
     </service>