From: Maros Marsalek Date: Tue, 10 Mar 2015 10:19:33 +0000 (+0100) Subject: BUG 2805 - Fixed Restconf RPC calls and POST to create data X-Git-Tag: release/lithium~427^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=4fc158fdb5e38ad492c1bccc6b1e70f0c0255560;hp=4fc158fdb5e38ad492c1bccc6b1e70f0c0255560;p=controller.git BUG 2805 - Fixed Restconf RPC calls and POST to create data RPCs now works again with JSON and XML POST works with data store. AbstractIdentifierAwareJaxRsProvider and its derivates, provides InstanceIdentifierContext as was parsed from RESTCONF URI, along with parsed NormalizedNode. If operation is create, then parsed NormalizedNode is used along with InstanceIdentifier context to compute full InstanceIdentifier for data to be created and works with these data. This actually simplified flow in codecs. Change-Id: I5b12965f35d946087cc57f19a28425b27eb27755 Signed-off-by: Vaclav Demcak Signed-off-by: Maros Marsalek ---