@GroupInfo(name="JndiLoader Configuration", desc="Since JNDI providers use different base URIs to store entries, base URIs must be configurable. The most common URI roots are \"java:\", \"java:comp/env/\" or just \"\".To preserve whitespace or indicate an empty string, use double quotes around an individual comma separated value.If your container/provider uses something different, set one of these properties. All configured JNDI roots will be searched for each application property.Typically there are multiple roots to search and multiple forms of property names, leading to the possibility of duplicate/conflicting JNDI entries. If multiple entries are found in JNDI for a property, a runtime error is thrown at startup.") public static interface StdJndiLoader.CONFIG
| Modifier and Type | Field and Description |
|---|---|
static StrProp |
ADDED_JNDI_ROOTS |
static StrProp |
STANDARD_JNDI_ROOTS |
Copyright © 2017. All rights reserved.