<!-- 
RSS generated by JIRA (4.4#649-r158309) at Thu May 23 19:20:34 CDT 2013

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 add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/JMX-1/JMX-1.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[JMX-1] java.jmx: Invoke doesn&apos;t handle overloaded mbean methods</title>
                <link>http://dev.clojure.org/jira/browse/JMX-1</link>
                <project id="10060" key="JMX">java.jmx</project>
                        <description>&lt;p&gt;The invoke function in java.jmx won&apos;t work with overloaded mbean functions. This is because when you call invoke on an mbean operation you pass the method signature with the call. Our library always grabs the signature from the first operation with that name. If you try and invoke an overloaded method that isn&apos;t the first in the list, The parameter types/number won&apos;t match the signature that is passed and you&apos;ll get an exception.&lt;/p&gt;

&lt;p&gt;I think perhaps the easiest/most non-intrusive solution is to add an &apos;invoke-with-signature&apos; method and let the user pass in the parameter type list. I&apos;m not exactly sure why we don&apos;t send the signature based on the parameters passed by the user anyway though. Perhaps the best solution is to just always do that.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14596">JMX-1</key>
            <summary>java.jmx: Invoke doesn&apos;t handle overloaded mbean methods</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="nickmbailey">Nick Bailey</assignee>
                                <reporter username="nickmbailey">Nick Bailey</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Sep 2011 10:31:42 -0500</created>
                <updated>Wed, 22 Feb 2012 10:58:04 -0600</updated>
                    <resolved>Wed, 22 Feb 2012 10:58:04 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26820" author="nickmbailey" created="Thu, 15 Sep 2011 01:46:16 -0500"  >&lt;p&gt;This patch also includes the patch I attached to &lt;a href=&quot;http://dev.clojure.org/jira/browse/JMX-2&quot; title=&quot;java.jmx: Invoke doesn&amp;#39;t work on methods with different parameter types.&quot;&gt;&lt;del&gt;JMX-2&lt;/del&gt;&lt;/a&gt;. The patch from that ticket was required to actually be able to test this functionality.&lt;/p&gt;</comment>
                    <comment id="27801" author="nickmbailey" created="Wed, 22 Feb 2012 10:58:04 -0600"  >&lt;p&gt;Committed.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10362" name="0001-Allow-invoking-overloaded-jmx-operations.patch" size="2773" author="nickmbailey" created="Thu, 15 Sep 2011 01:46:16 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10005">Accepted</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10001">Code</customfieldvalue>

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