open fun setAlwaysUseJndiLookup(alwaysUseJndiLookup: Boolean): Unit
Set whether to always use JNDI lookups equivalent to standard Java EE 5 resource injection, even for name attributes and default names.
Default is "false": Resource names are used for Spring bean lookups in the containing BeanFactory; only mappedName attributes point directly into JNDI. Switch this flag to "true" for enforcing Java EE style JNDI lookups in any case, even for name attributes and default names.
See Also
#setJndiFactory#setResourceFactory