Bug 56962 - JMS GUIs should disable all fields affected by jndi.properties checkbox
Summary: JMS GUIs should disable all fields affected by jndi.properties checkbox
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.11
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 14:15 UTC by Sebb
Modified: 2014-09-11 14:34 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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