JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Designing with Oracle Java CAPS JCA Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Designing with Oracle Java CAPS JCA Adapters

Technical Overview of JCA Adapters

Inbound JCA Resource Adapter Client Code

Outbound JCA Resource Adapter Client Code

Object Type Definition Wizards

Installing the Oracle Java CAPS JCA Adapters

Installing the NetBeans Modules

Installing the Modules Pack

Installing the Runtime Components for Oracle Java CAPS JCA Adapters

To Install Runtime Components

Installing Third-Party JAR Files

Configuring Runtime Components in an EJB/JCA Application

Configuring Connector Pools for File Adapter

Configuring Connector Pools for Oracle Adapter

Deployment of Oracle Java CAPS JCA Adapters

To Deploy JCA Adapters from a Command Line

To Deploy JCA Adapters from the Admin Console

Using the Oracle Wizard and JCA Adapter Tooling with an EJB Project

To Implement the Oracle JCA Adapter with an EJB Project

Using the Oracle Applications Wizard and JCA Adapter Tooling with an EJB Project

To implement the Oracle Applications JCA Adapter with an EJB Project

Using the Oracle Applications Object Type Definition

Configuring Runtime Components in an EJB/JCA Application

The following task outlines the steps need to configure runtime components in an EJB/JCA application Specific examples are provided for File and Oracle JCA adapters.

Configuring Connector Pools for File Adapter

  1. To create an Outbound Connector Connection Pool for the File Adapter, navigate to the Application Server Admin Console at htt://localhost:4848.
  2. Select the Resources > Connectors > Connector Connection Pools tree node, and click New.
  3. Enter a name for the pool name, and select GRfileadapter as the Resource Adapter type.
    image:Resource Adapter type
  4. Click Next, and then Finish.
  5. Create an Outbound Connector Resource from the Resource Pool above. In the Admin Console, select Resources > Connectors > Connector Resources, and click New.
  6. Fill in the JNDI Name for the Resource, and select the name of the Resource Pool created previously, and click OK.
    image:Enter JNDI Name
  7. To configure the File outbound pool, navigate to the web-based configuration editor at htt://localhost:4848/Configurator.
  8. Select filepool from the tree.
    image:Configure File Outbound Pool
  9. Modify the Output file name, Add EOL, Multiple records per file, Encoding, and Directory as required for your project.

Configuring Connector Pools for Oracle Adapter

  1. To create an Outbound Connector Connection Pool for the File Adapter, navigate to the Application Server Admin Console at htt://localhost:4848.
  2. Select the Resources > Connectors > Connector Connection Pools tree node, and click New.
  3. Enter a name for the pool name, and select GRoracleadapter as the Resource Adapter type.
    image:Resource Adapter type
  4. Click Next, and then Finish.
  5. Create an Outbound Connector Resource from the Resource Pool above. In the Admin Console, select Resources > Connectors > Connector Resources, and click New.
  6. Fill in the JNDI Name for the Resource, and select the name of the Resource Pool created previously, and click OK.
    image:Enter JNDI Name
  7. To configure the Oracle outbound pool, navigate to the web-based configuration editor at htt://localhost:4848/Configurator.
  8. Select oraclepool from the tree.
    image:Configure Oracle Outbound Pool
  9. Modify the following fields as required for your project:
    • Description

    • ClassName

    • ServerName

    • PortNumber

    • User

    • Password

    • DriverProperties

    • Delimiter

    • TNSEntry

    • MinPoolSize