Repository: cloudstack Updated Branches: refs/heads/master ac4f940c9 -> 53ee9ae28
CLOUDSTACK-6549: ommission due to insufficient tests in CLOUDSTACK-6231 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53ee9ae2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/53ee9ae2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/53ee9ae2 Branch: refs/heads/master Commit: 53ee9ae28e3a209a85c2c1febdd6f0979b3e911c Parents: ac4f940 Author: Daan Hoogland <d...@onecht.net> Authored: Thu May 1 09:41:06 2014 +0200 Committer: Daan Hoogland <d...@onecht.net> Committed: Thu May 1 09:41:06 2014 +0200 ---------------------------------------------------------------------- .../cloudstack/core/spring-engine-schema-core-daos-context.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/53ee9ae2/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml ---------------------------------------------------------------------- diff --git a/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml b/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml index bd9226e..f5050e2 100644 --- a/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml +++ b/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml @@ -195,6 +195,7 @@ <bean id="networkAccountDaoImpl" class="com.cloud.network.dao.NetworkAccountDaoImpl" /> <bean id="networkACLDaoImpl" class="com.cloud.network.vpc.dao.NetworkACLDaoImpl" /> <bean id="networkACLItemDaoImpl" class="com.cloud.network.vpc.dao.NetworkACLItemDaoImpl" /> + <bean id="networkACLItemCidrsDaoImpl" class="com.cloud.network.vpc.dao.NetworkACLItemCidrsDaoImpl" /> <bean id="networkDaoImpl" class="com.cloud.network.dao.NetworkDaoImpl" /> <bean id="networkDomainDaoImpl" class="com.cloud.network.dao.NetworkDomainDaoImpl" /> <bean id="networkExternalFirewallDaoImpl" class="com.cloud.network.dao.NetworkExternalFirewallDaoImpl" />