Re: [controller-dev] Use of DOMDataTreeCommitCohorts

2017-01-03 Thread Diego Jesus Granados Lopez
@lists.opendaylight.org Subject: Re: [controller-dev] Use of DOMDataTreeCommitCohorts The ConcurrentDOMDataBroker implements DOMDataTreeCommitCohortRegistry but it does not advertise it from what I can see. Must've been an oversight. It either needs to add it as an extension or, better yet, advertis

Re: [controller-dev] Use of DOMDataTreeCommitCohorts

2017-01-03 Thread Tom Pantelis
The ConcurrentDOMDataBroker implements DOMDataTreeCommitCohortRegistry but it does not advertise it from what I can see. Must've been an oversight. It either needs to add it as an extension or, better yet, advertise the DOMDataTreeCommitCohortRegistry interface in the OSGi service registry via blu

[controller-dev] Use of DOMDataTreeCommitCohorts

2017-01-03 Thread Diego Jesus Granados Lopez
Hi, I'm trying to perform validation to datastore operations (they would be unvaluable for preventing severe situations caused because of bad configuration in SFC project). I found the fix to [1] which would be pretty much what I need, but I'm struggling to find a way to use the proposed correc