svn commit: r755939 - /ofbiz/trunk/applications/securityext/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: r755939 - /ofbiz/trunk/applications/securityext/servicedef/services.xml

jleroux@apache.org
Author: jleroux
Date: Thu Mar 19 11:47:51 2009
New Revision: 755939

URL: http://svn.apache.org/viewvc?rev=755939&view=rev
Log:
securityext component
Following best practice.
Changed location="org/ofbiz/......... to location="component:// in the service location attribute.

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

Modified: ofbiz/trunk/applications/securityext/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/servicedef/services.xml?rev=755939&r1=755938&r2=755939&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/securityext/servicedef/services.xml Thu Mar 19 11:47:51 2009
@@ -118,7 +118,7 @@
 
     <!-- permission check -->
     <service name="securityPermissionCheck" engine="simple"
-             location="org/ofbiz/common/permission/CommonPermissionServices.xml" invoke="genericBasePermissionCheck">
+             location="component://securityext/script/org/ofbiz/common/permission/CommonPermissionServices.xml" invoke="genericBasePermissionCheck">
         <implements service="permissionInterface"/>
         <attribute name="primaryPermission" type="String" mode="IN" optional="true" default-value="SECURITY"/>
     </service>