<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:09:38 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>[MDSAL-371] SchemaRootCodecContext doesn&apos;t support actions inside list - KeyedListAction</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-371</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;When the action is inside list, it is not possible to send call to device via netconf. I assume, that there is missing support for KeyedListAction in SchemaRootCodecContext.&lt;/p&gt;

&lt;p&gt;The action definition is not found and NullPointerException is produced.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Using binding ActionService:&lt;/p&gt;

&lt;p&gt;java.lang.NullPointerException&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext.createActionContext(SchemaRootCodecContext.java:209)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext$2.load(SchemaRootCodecContext.java:65)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext$2.load(SchemaRootCodecContext.java:62)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3708)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2416)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2299)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2212)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache.get(LocalCache.java:4147)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4151)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5140)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5146)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext.getOrRethrow(SchemaRootCodecContext.java:329)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext.getAction(SchemaRootCodecContext.java:182)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingCodecContext.getActionCodec(BindingCodecContext.java:226)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry.newActionInputWriter(BindingNormalizedNodeCodecRegistry.java:270)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry.lambda$toNormalizedNodeActionInput$1(BindingNormalizedNodeCodecRegistry.java:142)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry.serializeDataObject(BindingNormalizedNodeCodecRegistry.java:170)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry.toNormalizedNodeActionInput(BindingNormalizedNodeCodecRegistry.java:142)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry$LazyActionInputContainerNode.computeContainerNode(BindingNormalizedNodeCodecRegistry.java:376)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry$LazyActionInputContainerNode.computeContainerNode(BindingNormalizedNodeCodecRegistry.java:367)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.util.AbstractBindingLazyContainerNode.delegate(AbstractBindingLazyContainerNode.java:117)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.util.AbstractBindingLazyContainerNode.getValue(AbstractBindingLazyContainerNode.java:85)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.netconf.sal.connect.netconf.util.NetconfMessageTransformUtil.writeNormalizedRpc(NetconfMessageTransformUtil.java:447)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.netconf.sal.connect.netconf.schema.mapping.NetconfMessageTransformer.toActionRequest(NetconfMessageTransformer.java:244)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.netconf.sal.connect.netconf.schema.mapping.NetconfMessageTransformer.toActionRequest(NetconfMessageTransformer.java:74)&lt;/p&gt;

&lt;p&gt;... invoke path&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Also when converting inside netconf device:&lt;/p&gt;

&lt;p&gt;Caused by: java.lang.NullPointerException&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext.createActionContext(SchemaRootCodecContext.java:209)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext$2.load(SchemaRootCodecContext.java:65)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext$2.load(SchemaRootCodecContext.java:62)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3708)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2416)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2299)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2212)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache.get(LocalCache.java:4147)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4151)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5140)&lt;br/&gt;
&#160;&#160; &#160;at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5146)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext.getOrRethrow(SchemaRootCodecContext.java:329)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.SchemaRootCodecContext.getAction(SchemaRootCodecContext.java:182)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingCodecContext.getActionCodec(BindingCodecContext.java:226)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry.fromNormalizedNodeActionInput(BindingNormalizedNodeCodecRegistry.java:240)&lt;br/&gt;
&#160;&#160; &#160;at org.opendaylight.mdsal.binding.dom.adapter.BindingToNormalizedNodeCodec.fromNormalizedNodeActionInput(BindingToNormalizedNodeCodec.java:206)&lt;br/&gt;
&#160;&#160; &#160;at&lt;/p&gt;

&lt;p&gt;... execution path&lt;/p&gt;</description>
                <environment></environment>
        <key id="30770">MDSAL-371</key>
            <summary>SchemaRootCodecContext doesn&apos;t support actions inside list - KeyedListAction</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="JakubToth">Jakub Toth</assignee>
                                    <reporter username="apuchyova">Anna Benc&#250;rov&#225;</reporter>
                        <labels>
                    </labels>
                <created>Wed, 19 Sep 2018 10:49:44 +0000</created>
                <updated>Mon, 1 Oct 2018 06:53:53 +0000</updated>
                            <resolved>Mon, 1 Oct 2018 06:53:53 +0000</resolved>
                                    <version>Fluorine</version>
                                    <fixVersion>3.0.0</fixVersion>
                    <fixVersion>Fluorine SR1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ix3:</customfieldvalue>

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