<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:32 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-1044] SAXParser warnings in karaf console</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1044</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;On karaf distribution with netconf-connector-ssh (feature:install odl-netconf-connector-ssh) following warnings get dumped into karaf console:&lt;/p&gt;

&lt;p&gt;Warning:  org.apache.xerces.parsers.SAXParser: Feature &apos;http://javax.xml.XMLConstants/feature/secure-processing&apos; is not recognized.&lt;br/&gt;
Warning:  org.apache.xerces.parsers.SAXParser: Property &apos;http://javax.xml.XMLConstants/property/accessExternalDTD&apos; is not recognized.&lt;br/&gt;
Warning:  org.apache.xerces.parsers.SAXParser: Property &apos;http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit&apos; is not recognized.&lt;/p&gt;


&lt;p&gt;upon sending this restconf request:&lt;/p&gt;

&lt;p&gt;GET &lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount&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/controller-config/yang-ext:mount&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and &lt;/p&gt;

&lt;p&gt;POST &lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules&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/controller-config/yang-ext:mount/config:modules&lt;/a&gt;&lt;br/&gt;
with payload like:&lt;/p&gt;

&lt;p&gt;&amp;lt;module xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&lt;br/&gt;
  &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl&quot;&amp;gt;prefix:openflow-provider-impl&amp;lt;/type&amp;gt;&lt;br/&gt;
  &amp;lt;name&amp;gt;openflow-provider-impl&amp;lt;/name&amp;gt;&lt;br/&gt;
  &amp;lt;role xmlns=&quot;urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl&quot;&amp;gt;BECOMEMASTER&amp;lt;/role&amp;gt;&lt;br/&gt;
&amp;lt;/module&amp;gt;&lt;/p&gt;

&lt;p&gt;(change where this field in configuration is added: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/12644/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/12644/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Despite of this it works and property change gets propagated to module.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25598">CONTROLLER-1044</key>
            <summary>SAXParser warnings in karaf console</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="michal.rehak">Michal Rehak</assignee>
                                    <reporter username="michal.rehak">Michal Rehak</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Nov 2014 10:31:55 +0000</created>
                <updated>Mon, 18 May 2015 14:59:15 +0000</updated>
                            <resolved>Mon, 18 May 2015 14:59:15 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>restconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="49871" author="lborak@cisco.com" created="Wed, 26 Nov 2014 10:21:14 +0000"  >&lt;p&gt;The second warning is known issue in jdk7 and will be fixed in jdk8.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8016153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8016153&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49872" author="vdemcak@cisco.com" created="Mon, 18 May 2015 14:59:15 +0000"  >&lt;p&gt;I can not reproduce described behavior. Feature odl-netconf-connector-ssh is not available. Please could you retest your target functionality with actual implementation and if you see again some similar problem, create new bug please.&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>2433</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=2433]]></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|i02o53:</customfieldvalue>

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