JMX Management Console fails to connect to 0.5 and below brokers if run in a 
Java5 VM
-------------------------------------------------------------------------------------

                 Key: QPID-2615
                 URL: https://issues.apache.org/jira/browse/QPID-2615
             Project: Qpid
          Issue Type: Bug
          Components: Java Management : JMX Console
    Affects Versions: 0.6
            Reporter: Robbie Gemmell
             Fix For: 0.7


The management console cant connect to 0.5 or below if it is run on a Java5 VM

This is due to a query made when identifying the management API version used by 
the broker being connected to. The ObjectName used in this query contains a 
pattern in order to prevent running into the security checks around usage of 
the precise name when connecting as a non-admin user. Unfortunately, the query 
pattern used does not match the Java5 definition of valid ObjectName patterns 
and was only supported from the official introduction of Java6 in 2006. As the 
query is string based this was not detected by compile time checks.

The query should be updated to perform the failing process in a Java5 
compatible manner.

-- 
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:[email protected]

Reply via email to