[
https://issues.apache.org/jira/browse/GEODE-4830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417844#comment-16417844
]
Barbara Pruijn commented on GEODE-4830:
---------------------------------------
When there are no jndi-bindings, we should return a message stating "No
JNDI-bindings found". Currently, it returns an empty list:
{code:java}
gfsh>list jndi-binding
Configured JNDI bindings:
{code}
Please list explicitly that there are no jndi-bindings.
{code:java}
gfsh>list jndi-binding
No JNDI-bindings Found
{code}
> Modify list jndi-binding gfsh command
> --------------------------------------
>
> Key: GEODE-4830
> URL: https://issues.apache.org/jira/browse/GEODE-4830
> Project: Geode
> Issue Type: Sub-task
> Components: docs, gfsh
> Reporter: Barbara Pruijn
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.6.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> The list jndi-binding command currently displays jndi-bindings that are
> active.
> We need to modify the output of this command to list all jndi-bindings that
> are listed in the cluster config and indicate in the output of this command
> whether the binding is active or configured.
> We should update the help text to reflect this change. A suggested help text
> is:
> {code:java}
> List all jndi bindings, active and configured. An active binding is one that
> is bound to the server's jndi context (and also listed in the cluster
> config). A configured binding is one that is listed in the cluster config,
> but is not active.{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)