After the start time the Context Initializer
(org.exoplatform.services.naming.InitialContextInitializer) traverses
all initial parameters (that concern the Naming Context) configured in
default-properties and
mandatory-properties (see Configuration examples)
and:
For default-properties: Check if this property
is already set as a System property
(System.getProperty(name)) and set this property if
it's not found. Using those properties is recommended with a third
party Naming service provider.
For mandatory-properties: Set the property
without checking.
Standard JNDI properties:
java.naming.factory.initial
java.naming.provider.url
and others (see JNDI docs)