Bug 560: Fixed Mount Point RPC registration service 55/8655/3
authorLukas Sedlak <lsedlak@cisco.com>
Fri, 4 Jul 2014 07:25:13 +0000 (09:25 +0200)
committerLukas Sedlak <lsedlak@cisco.com>
Fri, 4 Jul 2014 11:47:24 +0000 (13:47 +0200)
commitcde200211e15c15312ee35944c03e88e80ceab55
tree0094a1c66dab7dd2200a0656cb46a218e8e01ff5
parentfd3e1dd55c864c4611287ffcec59f155468cbe65
Bug 560: Fixed Mount Point RPC registration service

The RPC Services can now be correctly registered for Mount Points. The RPCs are able to
correctly propagate between Binding Independent Broker and Binding Aware Broker.

This commit is dependant on commit: https://git.opendaylight.org/gerrit/#/c/8654/

Change-Id: I6c3c3e1f648d1faa8b4d43a24eacaf014123b880
Signed-off-by: Lukas Sedlak <lsedlak@cisco.com>
opendaylight/md-sal/pom.xml
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/connect/dom/BindingIndependentConnector.java
opendaylight/md-sal/sal-binding-dom-it/pom.xml
opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/connect/dom/DOMRpcServiceTestBugfix560.java [new file with mode: 0644]
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/impl/SchemaAwareRpcBroker.java
opendaylight/md-sal/sal-test-model/pom.xml [new file with mode: 0644]
opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-test-rpc-service.yang [new file with mode: 0644]