Author: jleroux
Date: Mon Jan 14 12:26:38 2008
New Revision: 611917
URL:
http://svn.apache.org/viewvc?rev=611917&view=revLog:
checkFacilityRelatedPermission never should have been one service. As Jacopo commented when he 1st created it :
<!-- a method to centralize facility security code, meant to be called in-line with
call-simple-method, and the checkAction and callingMethodName attributes should be in the method context -->
Modified:
ofbiz/trunk/applications/product/servicedef/services_facility.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?rev=611917&r1=611916&r2=611917&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Mon Jan 14 12:26:38 2008
@@ -29,10 +29,6 @@
location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="facilityGenericPermission">
<implements service="permissionInterface"/>
</service>
- <service name="checkFacilityRelatedPermission" engine="simple"
- location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="checkFacilityRelatedPermission">
- <description>Facility Permission Checking Logic</description>
- </service>
<service name="checkProductFacilityRelatedPermission" engine="simple"
location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="checkProductFacilityRelatedPermission">
<description>ProductFacility Permission Checking Logic</description>