You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/02/14 20:57:51 UTC

[12/50] [abbrv] git commit: refs/heads/qemu-img - CLOUDSTACK-1070: Don't create HyervisorTemplateAdapter bean, it's already a @Component

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>


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

Branch: refs/heads/qemu-img
Commit: 7401b06cb199037006a3991b944e0fbde730e04c
Parents: fcb4b7a
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:54:42 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/7401b06c/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
   -->