BUG-832 Fix rpcResult to xml translation to use schema for get/get-config. 72/7772/1
authorMaros Marsalek <mmarsale@cisco.com>
Fri, 6 Jun 2014 09:34:44 +0000 (11:34 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Fri, 6 Jun 2014 09:34:44 +0000 (11:34 +0200)
commit3109857a685acdebed91b417e2b0bcea1b80f54b
treeb307caa844932a10f49551adb937f223498af415
parent3a44ea91890b43ea033041a45c1ca31fb7a813a8
BUG-832 Fix rpcResult to xml translation to use schema for get/get-config.

The schema was never used since check if rpc qname is get/get-config was performed using == instead of equals. (Result of xtend -> java transform)

Change-Id: I057476f27b5c84b87ca9c81c51bde24990d17ff1
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/util/NetconfMessageTransformUtil.java