<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:55:05 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[CONTROLLER-1263] Restconf PUT exception when top level node is from augmentation</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1263</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;Method: PUT&lt;br/&gt;
Path: &lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:13/table/0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:13/table/0&lt;/a&gt;&lt;br/&gt;
Payload:&lt;br/&gt;
{&lt;br/&gt;
    &quot;flow-node-inventory:table&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;flow&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;cookie&quot;: 0,&lt;br/&gt;
                    &quot;cookie_mask&quot;: 4294967295,&lt;br/&gt;
                    &quot;flow-name&quot;: &quot;TestFlow-0&quot;,&lt;br/&gt;
                    &quot;hard-timeout&quot;: 65000,&lt;br/&gt;
                    &quot;id&quot;: &quot;0&quot;,&lt;br/&gt;
                    &quot;idle-timeout&quot;: 65000,&lt;br/&gt;
                    &quot;installHw&quot;: false,&lt;br/&gt;
                    &quot;instructions&quot;: {&lt;br/&gt;
                        &quot;instruction&quot;: [&lt;br/&gt;
                            {&lt;br/&gt;
                                &quot;apply-actions&quot;: {&lt;br/&gt;
                                    &quot;action&quot;: [&lt;br/&gt;
                                        {&lt;br/&gt;
                                            &quot;drop-action&quot;: {},&lt;br/&gt;
                                            &quot;order&quot;: 0&lt;br/&gt;
                                        }&lt;br/&gt;
                                    ]&lt;br/&gt;
                                },&lt;br/&gt;
                                &quot;order&quot;: 0&lt;br/&gt;
                            }&lt;br/&gt;
                        ]&lt;br/&gt;
                    },&lt;br/&gt;
                    &quot;match&quot;: {&lt;br/&gt;
                        &quot;ethernet-match&quot;: {&lt;br/&gt;
                            &quot;ethernet-type&quot;: &lt;/p&gt;
{
                                &quot;type&quot;: 2048
                            }
&lt;p&gt;                        },&lt;br/&gt;
                        &quot;ipv4-destination&quot;: &quot;10.0.0.1/32&quot;&lt;br/&gt;
                    },&lt;br/&gt;
                    &quot;priority&quot;: 2,&lt;br/&gt;
                    &quot;strict&quot;: false,&lt;br/&gt;
                    &quot;table_id&quot;: 0&lt;br/&gt;
                }&lt;br/&gt;
            ],&lt;br/&gt;
            &quot;id&quot;: 0&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Exception from log:&lt;/p&gt;

&lt;p&gt;java.lang.UnsupportedOperationException: Augmentation node has no QName&lt;br/&gt;
            at org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier$AugmentationIdentifier.getNodeType(YangInstanceIdentifier.java:623)&lt;span class=&quot;error&quot;&gt;&amp;#91;149:org.opendaylight.yangtools.yang-data-api:0.7.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedNode.getNodeType(AbstractImmutableNormalizedNode.java:28)&lt;br/&gt;
            at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.validateTopLevelNodeName(RestconfImpl.java:724)&lt;span class=&quot;error&quot;&gt;&amp;#91;246:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.updateConfigurationData(RestconfImpl.java:675)&lt;span class=&quot;error&quot;&gt;&amp;#91;246:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at org.opendaylight.controller.sal.restconf.impl.StatisticsRestconfServiceWrapper.updateConfigurationData(StatisticsRestconfServiceWrapper.java:94)&lt;span class=&quot;error&quot;&gt;&amp;#91;246:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;            at org.opendaylight.controller.sal.rest.impl.RestconfCompositeWrapper.updateConfigurationData(RestconfCompositeWrapper.java:74)&lt;span class=&quot;error&quot;&gt;&amp;#91;246:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source)&lt;br/&gt;
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_71&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25817">CONTROLLER-1263</key>
            <summary>Restconf PUT exception when top level node is from augmentation</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="jhajnar@cisco.com">Jan Hajnar</assignee>
                                    <reporter username="jhajnar@cisco.com">Jan Hajnar</reporter>
                        <labels>
                    </labels>
                <created>Mon, 20 Apr 2015 13:39:53 +0000</created>
                <updated>Thu, 23 Apr 2015 22:11:53 +0000</updated>
                            <resolved>Thu, 23 Apr 2015 22:11:53 +0000</resolved>
                                    <version>Post-Helium</version>
                                                    <component>restconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="50455" author="jhajnar@cisco.com" created="Mon, 20 Apr 2015 14:11:48 +0000"  >&lt;p&gt;patch:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/18621/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/18621/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50456" author="jhajnar@cisco.com" created="Tue, 21 Apr 2015 17:18:33 +0000"  >&lt;p&gt;new patch (previous one is abandoned):&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/18765/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/18765/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3024</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=3024]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10361"><![CDATA[Lithium-RC0]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02phr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>