Re: jmx-dev [PATCH] JDK-6705499: Bad JMXConnectorProvider class name prevents all connections - even with standard RMI connector

2012-10-25 Thread Jaroslav Bachorik
On 10/24/2012 04:28 PM, Alan Bateman wrote: > On 24/10/2012 15:15, Jaroslav Bachorik wrote: >> I am looking for review and a sponsor. >> >> Webrev is available at >> http://cr.openjdk.java.net/~jbachorik/JDK-6705499/webrev.00/ >> >> The issue is caused by the way the java.util.ServiceLoader treats

Re: jmx-dev [PATCH] JDK-6705499: Bad JMXConnectorProvider class name prevents all connections - even with standard RMI connector

2012-10-24 Thread Alan Bateman
On 24/10/2012 15:15, Jaroslav Bachorik wrote: I am looking for review and a sponsor. Webrev is available at http://cr.openjdk.java.net/~jbachorik/JDK-6705499/webrev.00/ The issue is caused by the way the java.util.ServiceLoader treats the service registration with incorrect class names. Such a