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

lektran
Author: lektran
Date: Thu Apr  8 05:52:37 2010
New Revision: 931787

URL: http://svn.apache.org/viewvc?rev=931787&view=rev
Log:
Service definition was pointing to the wrong implementation location, strange that they're in different components

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=931787&r1=931786&r2=931787&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/securityext/servicedef/services.xml Thu Apr  8 05:52:37 2010
@@ -118,7 +118,7 @@ under the License.
 
     <!-- permission check -->
     <service name="securityPermissionCheck" engine="simple"
-             location="component://securityext/script/org/ofbiz/common/permission/CommonPermissionServices.xml" invoke="genericBasePermissionCheck">
+             location="component://common/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>