JNDI=JNDIContextFactoryClassName
JNDIContextFactoryClassName | The Java context factory class name. |
Default: | An empty string. |
Used at compile time: | Yes |
Behavior at run time: | Process |
See Scope - OpenESQL SQL Compiler Directive Options for more information.
JNDI is effective at both compile time and runtime.
JNDI is equivalent to setting the Context.INITIAL_CONTEXT_FACTORY class in a Java application.
We do not recommend using Simple-JNDI for production deployment; however, when doing initial testing with a Java application server, you can use Simple-JNDI rather than the application server's JNDI implementation. To do this, specify:
SQL(JNDI=org.osjava.sj.SimpleContextFactory)