Checked in the fixes to the incorrect package. This xml is an incredibly poor choice to use. When will you fix this Kelven?

This commit is contained in:
Alex Huang 2013-05-24 10:31:11 -07:00
parent 6a1e1e80fe
commit 0493ea3ff6
1 changed files with 2 additions and 3 deletions

View File

@ -770,8 +770,7 @@
<bean id="usageEventUtils" class="com.cloud.event.UsageEventUtils" />
<bean id="userContextInitializer" class="com.cloud.user.UserContextInitializer" />
<bean id="VHD" class="org.apache.cloudstack.storage.image.format.VHD" />
<bean id="vMEntityManagerImpl" class="org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl" />
<bean id="virtualMachineEntityFactory" class="org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityFactory" />
<bean id="vMEntityManagerImpl" class="org.apache.cloudstack.engine.vm.VMEntityManagerImpl" />
<bean id="virtualMachineEntityImpl" class="org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl" />
<bean id="virtualMachineRestService" class="org.apache.cloudstack.engine.rest.service.api.VirtualMachineRestService" />
<bean id="volumeDataFactoryImpl" class="org.apache.cloudstack.storage.volume.VolumeDataFactoryImpl" />
@ -828,7 +827,7 @@
<property name="name" value="VmWorkJobWakeupDispatcher" />
</bean>
<bean id="vmWorkJobDaoImpl" class="com.cloud.vm.VmWorkJobDaoImpl" />
<bean id="vmWorkJobDaoImpl" class="org.apache.cloudstack.vm.jobs.VmWorkJobDaoImpl" />
<!--
Baremetal components