BUG 2074 : clustering.services-implementation failed to register listner. 21/11621/1
authorMoiz Raja <moraja@cisco.com>
Sat, 27 Sep 2014 00:53:10 +0000 (17:53 -0700)
committerMoiz Raja <moraja@cisco.com>
Sat, 27 Sep 2014 00:57:54 +0000 (17:57 -0700)
commitb2ee92b687732fac7ad9d2f95606d327da4519d5
tree6867c68f9aa7f1baef43bfa88a4de14e76956674
parent9b50c69a6daa839289e9fd9a1e4649c2710349be
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 <moraja@cisco.com>
features/adsal/src/main/resources/features.xml