Repository: cloudstack Updated Branches: refs/heads/4.4 c32b7ab7c -> ce56894d3
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/ce56894d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ce56894d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ce56894d Branch: refs/heads/4.4 Commit: ce56894d37ab60300a9193842704ae5a5a087ac8 Parents: c32b7ab Author: Daan Hoogland <[email protected]> Authored: Thu May 1 09:41:06 2014 +0200 Committer: Daan Hoogland <[email protected]> Committed: Thu May 1 09:43:43 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/ce56894d/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" />
