You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2013/02/13 11:25:55 UTC

git commit: refs/heads/4.1 - CLOUDSTACK-1070: Don't create HyervisorTemplateAdapter bean, it's already a @Component

Updated Branches:
  refs/heads/4.1 ce46821b4 -> 0119d2237


CLOUDSTACK-1070: Don't create HyervisorTemplateAdapter bean, it's already a @Component

The issue was completely different than a spring injection issue

Signed-off-by: Rohit Yadav <bh...@apache.org>
(cherry picked from commit 7401b06cb199037006a3991b944e0fbde730e04c)

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/4.1
Commit: 0119d223705a1e1b285f0d28db7e57d540a81cdc
Parents: ce46821
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Feb 13 15:53:20 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Wed Feb 13 15:55:39 2013 +0530

----------------------------------------------------------------------
 client/tomcatconf/componentContext.xml.in |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0119d223/client/tomcatconf/componentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/componentContext.xml.in b/client/tomcatconf/componentContext.xml.in
index 43d31fb..c45ab1b 100644
--- a/client/tomcatconf/componentContext.xml.in
+++ b/client/tomcatconf/componentContext.xml.in
@@ -119,10 +119,6 @@
     <property name="name" value="Basic"/>
   </bean>
 
-  <bean id="hyervisorTemplateAdapter" class="com.cloud.template.HyervisorTemplateAdapter">
-    <property name="name" value="HypervisorAdapter"/>
-  </bean>
-
   <!--
     Authenticators
   -->