<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:55:12 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-1104] InMemoryDataTree does not support anyxml/anydata node storage</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1104</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;Attempting to load RFC8639 models and storing choice node in subscriptions results in a failure instantiate the choice strategy node:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt; TRACE [pool-11-thread-1] (DataNodeContainerModificationStrategy.java:82) - Failed to instantiate child (urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications?revision=2019-09-09)target in container schema EnforcingMandatory{support=NormalizedNodeContainerSupport{requiredClass=interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode}, verifyChildren=false, schema=list subscription} children [org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.EmptyLeafEffectiveStatement@49809829, org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@6f343628, org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@2f5449b1, org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@2de8b677, org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@60642233, org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@2e2fcd61, org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@23bb10d4, ChoiceEffectiveStatementImpl[qname=(urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications?revision=2019-09-09)target], org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.RegularLeafEffectiveStatement@59f6f6ed, ChoiceEffectiveStatementImpl[qname=(urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications?revision=2019-09-09)notification-message-origin], org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.EmptyLeafEffectiveStatement@513db4f4, container receivers]
java.lang.IllegalArgumentException: Not supported schema node type for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anydata.RegularAnydataEffectiveStatement
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.from(SchemaAwareApplyOperation.java:62)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.ChoiceModificationStrategy.&amp;lt;init&amp;gt;(ChoiceModificationStrategy.java:61)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.from(SchemaAwareApplyOperation.java:55)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.ChoiceModificationStrategy.&amp;lt;init&amp;gt;(ChoiceModificationStrategy.java:61)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.from(SchemaAwareApplyOperation.java:55)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.ChoiceModificationStrategy.&amp;lt;init&amp;gt;(ChoiceModificationStrategy.java:61)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.from(SchemaAwareApplyOperation.java:55)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.DataNodeContainerModificationStrategy.resolveChild(DataNodeContainerModificationStrategy.java:80)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.DataNodeContainerModificationStrategy.getChild(DataNodeContainerModificationStrategy.java:60)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.recursivelyVerifyStructure(AbstractNodeContainerModificationStrategy.java:159)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.recursivelyVerifyStructure(AbstractNodeContainerModificationStrategy.java:166)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.recursivelyVerifyStructure(AbstractNodeContainerModificationStrategy.java:166)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.mergeIntoModifiedNode(AbstractNodeContainerModificationStrategy.java:278)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.OperationWithModification.merge(OperationWithModification.java:47)
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeModification.merge(InMemoryDataTreeModification.java:102)
        at org.opendaylight.mdsal.dom.spi.store.SnapshotBackedWriteTransaction.merge(SnapshotBackedWriteTransaction.java:92)
        at org.opendaylight.controller.cluster.datastore.modification.MergeModification.apply(MergeModification.java:43)
        at org.opendaylight.controller.cluster.datastore.LocalTransactionContext.executeModification(LocalTransactionContext.java:56)
        at org.opendaylight.controller.cluster.datastore.TransactionProxy$2.invoke(TransactionProxy.java:164)
        at org.opendaylight.controller.cluster.datastore.TransactionContextWrapper.maybeExecuteTransactionOperation(TransactionContextWrapper.java:147)
        at org.opendaylight.controller.cluster.datastore.TransactionProxy.executeModification(TransactionProxy.java:161)
        at org.opendaylight.controller.cluster.datastore.TransactionProxy.merge(TransactionProxy.java:146)
        at org.opendaylight.controller.cluster.databroker.AbstractDOMBrokerWriteTransaction.merge(AbstractDOMBrokerWriteTransaction.java:102)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The problem here is that SchemaAwareApplyOperation does not handle the case of anydata/anyxml being handed down to it.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32685">YANGTOOLS-1104</key>
            <summary>InMemoryDataTree does not support anyxml/anydata node storage</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="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 May 2020 09:55:11 +0000</created>
                <updated>Wed, 27 May 2020 12:16:26 +0000</updated>
                            <resolved>Wed, 27 May 2020 12:16:26 +0000</resolved>
                                                    <fixVersion>4.0.9</fixVersion>
                    <fixVersion>5.0.2</fixVersion>
                    <fixVersion>3.0.12</fixVersion>
                                    <component>data-impl</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="32688">YANGTOOLS-1106</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="32687">YANGTOOLS-1105</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|i03slb:</customfieldvalue>

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