JNDI Configuration

JNDI Configuration shared resource provides a way to configure the JNDI configuration that can be shared with other activities. This resource can be specified in any resource that permits JNDI connections. For example, JDBC Connection and JMS Connection can use JNDI connections.

General

The General section has the following fields.

Field Description
Package The name of the package in which you want to create a shared resource.
Name The name of the shared resource.
Description A short description of the shared resource

JNDI Connection

This section has the following fields.

Field Literal Value/Module Property Description
JNDI Provider No The name of the JNDI connection. Select any one of the JNDI provider from the following options:
Initial Context Factory Yes The initial context factory class for accessing JNDI. (com.tibco.tibjms.naming.TibjmsInitialContextFactory).
Naming Providing URL Yes The name of the JNDI provider URL. For example, tibjmsnaming://localhost:7222.

JNDI Property Configuration

This section contains optional properties to pass to the JNDI server. Use the + and X keys to add and delete properties in the list.

Field Literal Value/Module Property Description
Name No The name of the custom JNDI property.
Type No The datatype for the custom JNDI property.
Value Yes The value for the custom JNDI property.
Note: See the documentation for your JNDI provider for more information about properties that can be passed to the JNDI server.

Security

This section has the following field.

Field Description
Login Credentials The login details to access the JNDI connection. Select any one of the following options.
  • None: Selecting this radio button will not display the Username+Password option.
  • Username+Password: Valid username and password to access the JNDI connection.