Wizard and Configuration Tab

The Wizard and Configuration tab have the following fields.

Field Global Var? Description
Wizard
Name No The name to appear as the label for the resource. Names follow Java variable naming restrictions. Do not use any reserved words. Names must be unique within a folder. See Identifier Naming Requirements.

Unlike other resource identifiers shared resource identifiers can have spaces in the name.

This field appears on the New JNDI Connection Wizard. The name then appears in the title of the resource.

Configuration
Description Yes Short description of the resource.
JNDI Context Factory Yes The initial context factory class for accessing JNDI. (javax.naming.Context.INITIAL_CONTEXT_
FACTORY). You can choose from the drop down list of supported classes.

Note: TIBCO BusinessEvents attempts to find the class. However, you may need to add the JAR file supplied by your JNDI service provider to the CLASSPATH environment variable to use JNDI.

JNDI Context URL Yes The URL to the JNDI service provider (javax.naming.Context.PROVIDER_URL). An example URL is provided when one of the supported JNDI context factory classes is selected.

See your JNDI provider documentation for the syntax of the URL.

JNDI User Name Yes User name for logging into the JNDI server (javax.naming.Context.SECURITY_
PRINCIPAL). If the JNDI provider does not require access control, this field can be empty.
JNDI Password Yes Password for logging into the JNDI server (javax.naming.Context.SECURITY_
CREDENTIALS). If the JNDI provider does not require access control, this field can be empty.