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

Xnio Options passed in environment are not passed down

    XMLWordPrintable

Details

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

    Description

      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);
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: