Updated Branches: refs/heads/javelin 64f13e1cd -> 2c5859dbd
Add configurable components to Spring XML context file to allow configuration of componets not hard-coded in code Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d056cd5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d056cd5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d056cd5c Branch: refs/heads/javelin Commit: d056cd5cab7a8154b9ea6274f77b657b5f1340a3 Parents: 64f13e1 Author: Kelven Yang <[email protected]> Authored: Fri Jan 18 16:02:06 2013 -0800 Committer: Kelven Yang <[email protected]> Committed: Fri Jan 18 19:15:32 2013 -0800 ---------------------------------------------------------------------- client/tomcatconf/componentContext.xml.in | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d056cd5c/client/tomcatconf/componentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/componentContext.xml.in b/client/tomcatconf/componentContext.xml.in index 8ffcb51..d6ed25a 100644 --- a/client/tomcatconf/componentContext.xml.in +++ b/client/tomcatconf/componentContext.xml.in @@ -234,4 +234,10 @@ <property name="name" value="OvmGuru"/> </bean> + <!-- + DAO with customized configuration + --> + <bean id="configurationDaoImpl" class="com.cloud.configuration.dao.ConfigurationDaoImpl"> + </bean> + </beans>
