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 <[email protected]> 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/ui-plugins Commit: 7401b06cb199037006a3991b944e0fbde730e04c Parents: fcb4b7a Author: Rohit Yadav <[email protected]> Authored: Wed Feb 13 15:53:20 2013 +0530 Committer: Rohit Yadav <[email protected]> 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 -->
