You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/09/11 16:15:37 UTC

[Bug 56962] New: JMS GUIs should disable all fields affected by jndi.properties checkbox

https://issues.apache.org/bugzilla/show_bug.cgi?id=56962

            Bug ID: 56962
           Summary: JMS GUIs should disable all fields affected by
                    jndi.properties checkbox
           Product: JMeter
           Version: 2.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

JMSPublisherGUI and JMSSubscriberGUI currently disable Initial Context Factory
and Provider URL if "Use jndi.properties file" is selected. This is because
these fields are ignored when the props file is used.

However, the following fields are also ignored in this case:

Use authorization
User name
Password


These fields need to be disabled as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56962] JMS GUIs should disable all fields affected by jndi.properties checkbox

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56962

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/r1624301
Log:
JMS GUIs should disable all fields affected by jndi.properties checkbox
Bugzilla Id: 56962

Modified:
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSPublisherGui.java
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.