You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/12/16 13:16:44 UTC

[jira] Created: (QPID-1538) Change JMXConnectorServer to always use our own InvocationHandler.

Change JMXConnectorServer to always use our own InvocationHandler.
------------------------------------------------------------------

                 Key: QPID-1538
                 URL: https://issues.apache.org/jira/browse/QPID-1538
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: M3
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
            Priority: Minor
             Fix For: M4


Summary:

Currently RMI connections are not using our custom InvocationHandler, this makes debugging harder and will prevent us from potentially limiting access to MBeans that would ideally have authentication to access.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1538) Change JMXConnectorServer to always use our own InvocationHandler.

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-1538:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Change JMXConnectorServer to always use our own InvocationHandler.
> ------------------------------------------------------------------
>
>                 Key: QPID-1538
>                 URL: https://issues.apache.org/jira/browse/QPID-1538
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Minor
>             Fix For: M4
>
>
> Summary:
> Currently RMI connections are not using our custom InvocationHandler, this makes debugging harder and will prevent us from potentially limiting access to MBeans that would ideally have authentication to access.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1538) Change JMXConnectorServer to always use our own InvocationHandler.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-1538.
---------------------------------

    Resolution: Fixed

seems reasonable

> Change JMXConnectorServer to always use our own InvocationHandler.
> ------------------------------------------------------------------
>
>                 Key: QPID-1538
>                 URL: https://issues.apache.org/jira/browse/QPID-1538
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Minor
>             Fix For: M4
>
>
> Summary:
> Currently RMI connections are not using our custom InvocationHandler, this makes debugging harder and will prevent us from potentially limiting access to MBeans that would ideally have authentication to access.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-1538) Change JMXConnectorServer to always use our own InvocationHandler.

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-1538:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Hi, can you take a look at this. There is no test for the change as all the variables are private.

However, the change was to remove the multiple paths to start a JMXConnectorServer so now we only have the one path for both JMXMP and RMI servers.

Cheers

> Change JMXConnectorServer to always use our own InvocationHandler.
> ------------------------------------------------------------------
>
>                 Key: QPID-1538
>                 URL: https://issues.apache.org/jira/browse/QPID-1538
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Minor
>             Fix For: M4
>
>
> Summary:
> Currently RMI connections are not using our custom InvocationHandler, this makes debugging harder and will prevent us from potentially limiting access to MBeans that would ideally have authentication to access.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.