Uploaded image for project: 'Remoting JMX'
  1. Remoting JMX
  2. REMJMX-104

Xnio Options passed in environment are not passed down

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.1.3.Final
    • Connection
    • None

      XNIO options are not passed down when specified in the environment, preventing the client from specifying things such as SSL_ENABLED=false

              JMXServiceURL jmxUrl = new JMXServiceURL(url);
              Hashtable env = new Hashtable();
              env.put("org.xnio.Options.SSL_ENABLED","false");
              String[] credentials = new String[] { user, pass }; 
              env.put(JMXConnector.CREDENTIALS, credentials);
              this.jmxConnector = JMXConnectorFactory.connect(jmxUrl, env);
      

              Unassigned Unassigned
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: