Merge "Omaha #5281: Fix issue when JMS not available" into omaha_16.2.2
Former-commit-id: 2b3ec02c381c3bda7c38a123a7f69bf9583bd0ba
This commit is contained in:
commit
f8c93489fb
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,7 @@ import com.raytheon.uf.viz.thinclient.preferences.ThinClientPreferenceConstants;
|
|||
* Oct 08, 2015 4891 njensen Added tooltip to useProxyCheck
|
||||
* Feb 08, 2016 5281 tjensen Reworked interface to simply options
|
||||
* Feb 15, 2016 5281 tjensen Added check for null in validate method
|
||||
* Feb 18, 2016 5281 tjensen Fix issue when no JMS available.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -396,6 +397,8 @@ public class ThinClientConnectivityDialog extends ConnectivityPreferenceDialog {
|
|||
timedPollBtn.setSelection(true);
|
||||
dataRefreshGroup.setToolTipText(dataRefreshTooltip
|
||||
+ unableConnectJMS);
|
||||
// Since JMS is now disabled, we're in a good state.
|
||||
jmsGood = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue