Invalid reference to a class which has been moved

Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
This commit is contained in:
Ian Southam 2014-01-14 14:59:54 +01:00 committed by Hugo Trippaers
parent c108d7f0d0
commit f8681de07c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<bean id="uUIDManagerImpl" class="com.cloud.uuididentity.UUIDManagerImpl" />
<bean id="keystoreManagerImpl" class="com.cloud.keystore.KeystoreManagerImpl" />
<bean id="keystoreManagerImpl" class="org.apache.cloudstack.framework.security.keystore.KeystoreManagerImpl" />
<bean id="loadBalancingRulesManagerImpl" class="com.cloud.network.lb.LoadBalancingRulesManagerImpl" >
<property name="lbProviders" value="#{loadBalancingServiceProvidersRegistry.registered}" />