[
https://jira.jboss.org/jira/browse/JBNAME-27?page=com.atlassian.jira.plug...
]
Galder Zamarreño moved JBAS-6666 to JBNAME-27:
----------------------------------------------
Project: JBoss Naming (was: JBoss Application Server)
Key: JBNAME-27 (was: JBAS-6666)
Component/s: jnp-client
jnpserver
(was: Clustering)
(was: Naming)
Fix Version/s: 5.0.1.GA
(was: JBossAS-5.1.0.GA)
Security: (was: Public)
Option to disable auto discovery at the client VM level
-------------------------------------------------------
Key: JBNAME-27
URL:
https://jira.jboss.org/jira/browse/JBNAME-27
Project: JBoss Naming
Issue Type: Feature Request
Components: jnp-client, jnpserver
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.0.1.GA
Add an option to disable auto discovery at the client VM level via system property, i.e.
-Dglobal.jnp.DisableDiscovery
This would complement existing jnp.DisableDiscovery property that can be passed to
InitialContext() on creation.
The system property can be overriden by per InitialContext() jnp.DisableDiscovery
property. Example:
- If no system propery is defined or is set to false:
- If jnp.DisableDiscovery not present or is defined as false, auto discovery will be
attempted.
- If jnp.DisableDiscovery is present and is set to true, auto discovery will NOT be
attempted (override default value).
- If system property is defined as true:
- If jnp.DisableDiscovery not present, auto discovery will NOT be attempted.
- If jnp.DisableDiscovery is present and is set to true, auto discovery will NOT be
attempted.
- If jnp.DisableDiscovery is present and is set to false, auto discovery will be
attempted (override default value).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira