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

[jira] Created: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

jmxremote.sasl plugin doesnt export packages for other plugins to use
---------------------------------------------------------------------

                 Key: QPID-1481
                 URL: https://issues.apache.org/jira/browse/QPID-1481
             Project: Qpid
          Issue Type: Bug
          Components: Java Management : JMX Console
    Affects Versions: M4
            Reporter: Robert Gemmell


The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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


[jira] Updated: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

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

Marnie McCormack updated QPID-1481:
-----------------------------------

        Fix Version/s: Eclipse MC M5
    Affects Version/s:     (was: M4)

Sscoping items for early 2009 release of Java Eclipse Mgt Console 

> jmxremote.sasl plugin doesnt export packages for other plugins to use
> ---------------------------------------------------------------------
>
>                 Key: QPID-1481
>                 URL: https://issues.apache.org/jira/browse/QPID-1481
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>            Reporter: Robert Gemmell
>            Assignee: Aidan Skinner
>             Fix For: Eclipse MC M5
>
>         Attachments: QPID-1481_22nov2008.patch
>
>
> The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

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

Martin Ritchie updated QPID-1481:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> jmxremote.sasl plugin doesnt export packages for other plugins to use
> ---------------------------------------------------------------------
>
>                 Key: QPID-1481
>                 URL: https://issues.apache.org/jira/browse/QPID-1481
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M4
>            Reporter: Robert Gemmell
>            Assignee: Martin Ritchie
>         Attachments: QPID-1481_22nov2008.patch
>
>
> The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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


[jira] Updated: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

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

Robert Gemmell updated QPID-1481:
---------------------------------

    Attachment: QPID-1481_22nov2008.patch

I have created QPID-1481_22nov2008.patch to modify the jmxremote.sasl plugin manifest, directing the plugin to use the jmxremote_optional.jar as its classpath, exporting the packages offered within it. Additionally, the org.apache.qpid.management.ui plugin is altered to stipulate that the jmxremote.sasl plugin is only an optional dependancy, allowing it to start without the jmxremote.sasl plugin being successfully resolved.

After applying this patch, if the user places the jmxremote_optional.jar in the jmxremote.sasl plugin's folder ($QPIDMC_HOME/eclipse/plugins/jmxremote.sasl_1.0.1) it will be picked up and other plugins can make use of it without the need to modify the classpath.

> jmxremote.sasl plugin doesnt export packages for other plugins to use
> ---------------------------------------------------------------------
>
>                 Key: QPID-1481
>                 URL: https://issues.apache.org/jira/browse/QPID-1481
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M4
>            Reporter: Robert Gemmell
>         Attachments: QPID-1481_22nov2008.patch
>
>
> The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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


[jira] Resolved: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

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

Aidan Skinner resolved QPID-1481.
---------------------------------

    Resolution: Fixed

OK

> jmxremote.sasl plugin doesnt export packages for other plugins to use
> ---------------------------------------------------------------------
>
>                 Key: QPID-1481
>                 URL: https://issues.apache.org/jira/browse/QPID-1481
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M4
>            Reporter: Robert Gemmell
>            Assignee: Aidan Skinner
>         Attachments: QPID-1481_22nov2008.patch
>
>
> The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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


[jira] Assigned: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

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

Martin Ritchie reassigned QPID-1481:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Hi Aidan can you review this improvement please.

> jmxremote.sasl plugin doesnt export packages for other plugins to use
> ---------------------------------------------------------------------
>
>                 Key: QPID-1481
>                 URL: https://issues.apache.org/jira/browse/QPID-1481
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M4
>            Reporter: Robert Gemmell
>            Assignee: Aidan Skinner
>         Attachments: QPID-1481_22nov2008.patch
>
>
> The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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


[jira] Assigned: (QPID-1481) jmxremote.sasl plugin doesnt export packages for other plugins to use

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

Marnie McCormack reassigned QPID-1481:
--------------------------------------

    Assignee: Martin Ritchie

Assigned for review to Martin 

> jmxremote.sasl plugin doesnt export packages for other plugins to use
> ---------------------------------------------------------------------
>
>                 Key: QPID-1481
>                 URL: https://issues.apache.org/jira/browse/QPID-1481
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M4
>            Reporter: Robert Gemmell
>            Assignee: Martin Ritchie
>         Attachments: QPID-1481_22nov2008.patch
>
>
> The jmxremote.sasl plugin was created in order to allow the org.apache.qpid.management.ui plugin to import the jmxremote_optional.jar file for use in providing authenticated management console connections to the broke. As such is listed as a dependancy of the org.apache.qpid.management.ui plugin on which the management console is based. However, it does not export the packages for other plugins to use, and additionally is only required when there is a desire to use the authentication security.

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