Bug 1418 - onDataChange notification is not returning any data to 87/9687/4
authorJan Hajnar <jhajnar@cisco.com>
Tue, 5 Aug 2014 10:25:44 +0000 (12:25 +0200)
committerJan Hajnar <jhajnar@cisco.com>
Wed, 6 Aug 2014 06:22:37 +0000 (06:22 +0000)
commit79e71e14c10670696b93807657411ab969edae26
tree6abb433439cd7ff5948a60a8935f27e278984087
parent1bf9f8c060f6adf32f527f6efe82f78f774ffd8d
Bug 1418 - onDataChange notification is not returning any data to
the getCreatedData and getModifiedData function calls. Data change
notification does not seem to work.

* Changed normalized to binding data change event translation call to
include event listener path. This path is then used to decode leaf or
mixin only augmentation because it can't be injected through children.
* Added verification tests.

Change-Id: Ia9d936f17b30b94fe4878e343cff7babb8d29d0f
Signed-off-by: Jan Hajnar <jhajnar@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/md/sal/binding/impl/AbstractForwardedDataBroker.java
opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/Bug1418AugmentationTest.java [new file with mode: 0644]
opendaylight/md-sal/sal-test-model/src/main/java/org/opendaylight/controller/md/sal/test/model/util/ListsBindingUtils.java