BUG 2412 - restconf RestconfDocumentedExceptionMapper class migration 16/15816/1
authorVaclav Demcak <vdemcak@cisco.com>
Fri, 27 Feb 2015 09:31:52 +0000 (10:31 +0100)
committerVaclav Demcak <vdemcak@cisco.com>
Fri, 27 Feb 2015 09:31:52 +0000 (10:31 +0100)
commit7426ee5e9776802e842e78f2f763f0d2b6ff17cf
tree57cb2f5b080736db5dca34e05b8c07dad890e813
parent499c589d42fa52af58d85805aefe135f46d76787
BUG 2412 - restconf RestconfDocumentedExceptionMapper class migration

* RestconfDocumentedException represents all describled error responses
  for Restconf reports. So we have to migrate the ExceptionMapper @Provider
  to new faster Infrastructure API which works with NormozilzedNodeContext.

* ignore "error-info" test + FIXME for 2 ignore test for RPC when expect
  APPLICATION

Change-Id: Ia08772bd68bb406d31034376ecefa09ab291d615
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfDocumentedExceptionMapper.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/XmlMapper.java
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfDocumentedExceptionMapperTest.java