<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:53:37 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>[YANGTOOLS-562] Parser determines choice node&apos;s default to be config=false</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-562</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;After switching CDS to properly pass down the TreeType, lispflowmapping cannot store data into the configuration datastore:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;17:38&amp;#93;&lt;/span&gt; &amp;lt;rovarga&amp;gt; where do you perform the RESTCONF store to?&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:38&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt; /restconf/config/odl-mappingservice:mapping-database/virtual-network-identifier/0/authentication-key/ipv4:192.0.2.1%2f32/&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt; this is what I store:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt; {&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;     &quot;authentication-key&quot;: {&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;eid-uri&quot;: &quot;ipv4:192.0.2.1/32&quot;,&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;eid&quot;: &lt;/p&gt;
{
[17:40] &amp;lt;lori&amp;gt;             &quot;address-type&quot;: &quot;ietf-lisp-address-types:ipv4-prefix-afi&quot;,
[17:40] &amp;lt;lori&amp;gt;             &quot;ipv4-prefix&quot;: &quot;192.0.2.1/32&quot;
[17:40] &amp;lt;lori&amp;gt;         }
&lt;p&gt;,&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;mapping-authkey&quot;: &lt;/p&gt;
{
[17:40] &amp;lt;lori&amp;gt;             &quot;key-string&quot;: &quot;password&quot;,
[17:40] &amp;lt;lori&amp;gt;             &quot;key-type&quot;: 1
[17:40] &amp;lt;lori&amp;gt;         }
&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;     }&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt; }&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt; and this is what I get:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt; {&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;   &quot;errors&quot;: {&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;     &quot;error&quot;: [&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;       {&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;error-type&quot;: &quot;application&quot;,&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;error-tag&quot;: &quot;operation-failed&quot;,&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;error-message&quot;: &quot;canCommit encountered an unexpected failure&quot;,&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;17:40&amp;#93;&lt;/span&gt; &amp;lt;lori&amp;gt;         &quot;error-info&quot;: &quot;org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaValidationFailedException: Child (urn:opendaylight:lfm:mappingservice?revision=2015-09-06)ipv4-prefix is not valid child according to schema.&lt;/p&gt;

&lt;p&gt;Looking at the models, there are only two twists:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;the leaves are added indirectly via two groupings&lt;/li&gt;
	&lt;li&gt;the leaves do not have an explicit case statement&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I suspect the latter is causing problems.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22982">YANGTOOLS-562</key>
            <summary>Parser determines choice node&apos;s default to be config=false</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="-1">Unassigned</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Dec 2015 17:26:02 +0000</created>
                <updated>Sun, 10 Apr 2022 18:35:42 +0000</updated>
                            <resolved>Wed, 16 Dec 2015 18:42:43 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="43697" author="rovarga" created="Wed, 16 Dec 2015 17:45:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/31468&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/31468&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>4793</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=4793]]></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="10352"><![CDATA[Beryllium-RC0]]></customfieldvalue>

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

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