From b2ee92b687732fac7ad9d2f95606d327da4519d5 Mon Sep 17 00:00:00 2001 From: Moiz Raja Date: Fri, 26 Sep 2014 17:53:10 -0700 Subject: [PATCH] BUG 2074 : clustering.services-implementation failed to register listner. The adsal feature depends on both the stub and implementaton of clustering. This causes a problem when deployed because sometimes the stub is wired in first which leads to createCache requests going to that implementation. Subsequently the real implementation gets wired in and add listener calls go there but since the caches were created on the stub this fails. This patch removes the stub as a dependency with the assumption that it is not required in production. Change-Id: I42203bbf31b46560c23f283ddd83e56bd950830b Signed-off-by: Moiz Raja --- features/adsal/src/main/resources/features.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/features/adsal/src/main/resources/features.xml b/features/adsal/src/main/resources/features.xml index e12ca8e5e9..a665657ba7 100644 --- a/features/adsal/src/main/resources/features.xml +++ b/features/adsal/src/main/resources/features.xml @@ -35,7 +35,6 @@ odl-adsal-core mvn:org.opendaylight.controller/clustering.services/${clustering.services.version} mvn:org.opendaylight.controller/clustering.services-implementation/${clustering.services_implementation.version} - mvn:org.opendaylight.controller/clustering.stub/${clustering.stub.version} odl-adsal-core -- 2.36.6