Bug 56962

Summary: JMS GUIs should disable all fields affected by jndi.properties checkbox
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.11   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Sebb 2014-09-11 14:15:37 UTC
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.
Comment 1 Sebb 2014-09-11 14:34:29 UTC
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
Comment 2 The ASF infrastructure team 2022-09-24 20:37:57 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3430