BUG-8697: select correct transformer for schemaless netconf mounts 68/59068/2
authorGwenael Lambrouin <gwenael.lambrouin@b-com.com>
Thu, 22 Jun 2017 12:27:42 +0000 (14:27 +0200)
committerGwenael Lambrouin <gwenael.lambrouin@b-com.com>
Thu, 22 Jun 2017 12:27:54 +0000 (14:27 +0200)
commit32621d57701de889651097ce5c1bfc3bb5f43ce9
tree28f354f819771d726ab47c04e235e469ca57a507
parent788891384d75bf9b9d113117e8a374cdb5f2440c
BUG-8697: select correct transformer for schemaless netconf mounts

Getting or editing the configuration of a schemaless-mounted netconf device
from the code of an ODL application results in a NullPointerException.

This patch fixes the NetconfBaseOps constructor so that the RPC structure
transformer dedicated to schemaless mount points is actually selected.

Change-Id: Ib0b2d1c9910613f4354bdcb4f1c56e9be36a95b2
Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@b-com.com>
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/KeepaliveSalFacade.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/util/NetconfBaseOps.java