Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Designing: Configuring Runtime Components in an EJB/JCA Application
 

Classic Java CAPS

Developing Java CAPS Projects

Using SOAP Message Handlers

Creating a Runtime Environment

Designing Business Processes in the Sun Business Process Manager

Working with TCP/IP HL7 Collaborations

Developing Sun Master Indexes (Repository)

Developing Sun Master Patient Indexes

Developing OTDs for Application Adapters

Developing OTDs for Communication Adapters

Developing OTDs for Database Adapters

Developing OTDs for Web Server Adapters

Designing with Application Adapters

Designing with Communication Adapters

Designing with Web Server Adapters

SWIFT Integration Projects

Java EE Based Components

Designing with Sun JCA Adapters

Technical Overview for Sun JCA Adapters

Inbound JCA Resource Adapter Client Code

Outbound JCA Resource Adapter Client Code

Object Type Definition Wizards

Installation of Netbeans Modules

Installing the Modules Pack

Installation of Base Components for Sun JCA Adapters

To Install Base Components

Configuring Runtime Components in an EJB/JCA Application

Configuring Connector Pools for File Adapter

Configuring Connector Pools for Oracle Adapter

Deployment of Sun JCA Adapters

To Deploy JCA Adapters via Command Line

To Deploy JCA Adapters via 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

About the TCP/IP JCA Adapter

Defining Constants and Variables

Using Database Operations

Developing Sun Master Indexes

Using the JMS JCA Wizard

Using the JAXB Wizard and Code-Seeder Pallete

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.
    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.
    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 tree.
    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.
    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.
    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 tree.
    Configure Oracle Outbound Pool
  9. Modify the following fields as required for your project:
    • Description

    • ClassName

    • ServerName

    • PortNumber

    • User

    • Password

    • DriverProperties

    • Delimiter

    • TNSEntry

    • MinPoolSize