Configuring Sun Master Indexes

ProcedureTo Configure the Master Index for Distributed Transactions Within the Master Index Application Only

  1. In the Projects window, right-click the Configuration node in the project you want to modify, and then click Edit.

    The Configuration Editor appears.

  2. Click the Deployment tab.

  3. In the Transaction Mode field, select XA (within application only).

  4. On the Configuration Editor toolbar, click Save.

  5. To configure the database connection, launch the application server Admin Console and do one of the following:

    • If the database connection is already defined, do the following on the Admin Console:

      1. In the left frame, expand Resources > JDBC > Connection Pools.

      2. Select the database connection pool that is defined for your master index application.

      3. On the Edit Connection Pool page, select javax.sql.XADataSource for the Resource Type and click Save.

    • If the database connection is not already defined, follow the instructions provided in Defining the Database Connection Pools in Developing Sun Master Indexes . Select javax.sql.XADataSource for the Resource Type.