Fixed the applicationcontext.xml

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5b616eab
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5b616eab
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5b616eab

Branch: refs/heads/master
Commit: 5b616eaba31f066df0bdbafd186403e17073470a
Parents: 3df5571
Author: Alex Huang <alex.hu...@citrix.com>
Authored: Mon Aug 12 21:09:26 2013 -0700
Committer: Alex Huang <alex.hu...@citrix.com>
Committed: Mon Aug 12 21:09:26 2013 -0700

----------------------------------------------------------------------
 client/tomcatconf/applicationContext.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5b616eab/client/tomcatconf/applicationContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/applicationContext.xml.in 
b/client/tomcatconf/applicationContext.xml.in
index 64a88f7..cffe682 100644
--- a/client/tomcatconf/applicationContext.xml.in
+++ b/client/tomcatconf/applicationContext.xml.in
@@ -825,7 +825,7 @@
   <bean id="apiServer" class="com.cloud.api.ApiServer" />
   <bean id="apiServlet" class="com.cloud.api.ApiServlet" />
   <bean id="bAREMETAL" 
class="org.apache.cloudstack.storage.image.format.BAREMETAL" />
-  <bean id="cloudOrchestrator" 
class="org.apache.cloudstack.platform.orchestration.CloudOrchestrator" />
+  <bean id="cloudOrchestrator" 
class="org.apache.cloudstack.engine.orchestration.CloudOrchestrator" />
   <bean id="clusterRestService" 
class="org.apache.cloudstack.engine.rest.service.api.ClusterRestService" />
   <bean id="consoleProxyServlet" class="com.cloud.servlet.ConsoleProxyServlet" 
/>
   <bean id="dataCenterResourceManagerImpl" 
class="org.apache.cloudstack.engine.datacenter.entity.api.DataCenterResourceManagerImpl"
 />

Reply via email to