X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-util%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Futil%2Fxml%2FXMLNetconfUtil.java;h=02ced96bf30d6cc6f6ae619f3b32053dbe17f4d8;hb=7451e256fd9a658db243666bc7e734204519ceee;hp=3247e0f7a0e034402fcedda91b2b1e5ece7a1fe8;hpb=e5a654f6868eb60f2b087f414859f1c74426d6f6;p=controller.git diff --git a/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XMLNetconfUtil.java b/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XMLNetconfUtil.java index 3247e0f7a0..02ced96bf3 100644 --- a/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XMLNetconfUtil.java +++ b/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XMLNetconfUtil.java @@ -21,7 +21,7 @@ public final class XMLNetconfUtil { final XPathFactory xPathfactory = XPathFactory.newInstance(); final XPath xpath = xPathfactory.newXPath(); xpath.setNamespaceContext(new HardcodedNamespaceResolver("netconf", - XmlNetconfConstants.RFC4741_TARGET_NAMESPACE)); + XmlNetconfConstants.URN_IETF_PARAMS_XML_NS_NETCONF_BASE_1_0)); try { return xpath.compile(xPath); } catch (final XPathExpressionException e) {