Add missing AclApiServiceImpl bean into spring xml.

This commit is contained in:
Min Chen 2014-01-23 18:14:41 -08:00
parent af14699c4c
commit 344d3a37cc
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@
<bean id="RoleBasedAPIAccessChecker" class="org.apache.cloudstack.acl.RoleBasedAPIAccessChecker" />
<bean id="RoleBasedEntityAccessChecker" class="org.apache.cloudstack.acl.RoleBasedEntityAccessChecker" />
<bean id="RoleBasedEntityQuerySelector" class="org.apache.cloudstack.acl.RoleBasedEntityQuerySelector" />
<bean id="AclApiServiceImpl" class="org.apache.cloudstack.acl.api.AclApiServiceImpl" />
</beans>