JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring Project Components for Oracle Java CAPS Application Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Configuring JAVA CAPS Project Components for Application Adapters

Configuring Adapter Connectivity Map Properties

To Add an Adapter to the Connectivity Map

To Configure Adapter Connectivity Map Properties

Oracle Applications Adapter Properties

Outbound Oracle Applications Adapter with no XA Support

Outbound Adapter with XA Support

PeopleSoft Adapter Connectivity Map Properties

PeopleSoft HTTP Client Outbound Connectivity Map Properties

HTTP Settings

PeopleSoft HTTP Server Inbound Connectivity Map Properties

HTTP Server External Configuration

SAP BAPI Adapter Connectivity Map Properties

Inbound SAP BAPI Adapter Properties

Server Connection Settings

Outbound SAP BAPI Adapter Properties

Client Connection Settings

Siebel EAI Adapter Connectivity Map Properties

Servlet Configuration (Inbound)

Siebel EAI Settings (Outbound)

HTTP Settings (Outbound)

SWIFT Alliance Gateway Adapter Connectivity Map Properties

Selecting SWIFTAlliance Gateway as the External Application

To Create the SWIFT AG External Application

SWIFT AG Adapter Connectivity Map Properties

SWIFT AG Envelope Properties

SWIFT AG Primitive Control Properties

SWIFT AG RemoteApi Base Settings

SWIFT AG InterAct Client Properties

SWIFT AG InterAct Client > Store and Forward Properties

SWIFT AG FileAct Client Properties

SWIFT AG FileAct Client > Store and Forward Properties

SWIFT AG FileAct Client > Get File Properties

SWIFT AG FileAct Client > Put File Properties

SWIFT AG FileAct Client > SnF Fetch File Properties

SWIFT AG Connection Establishment Properties

WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Settings

Inbound WebSphere MQ Adapter Settings > GetMessageOptions > matchOptions

Inbound WebSphere MQ Adapter Settings > GetMessageOptions > options

Outbound WebSphere MQ Adapter XA Connectivity Map Properties

Outbound WebSphere MQ Adapter (XA) Settings

Outbound WebSphere MQ Adapter (XA) Settings > Queue Open Options

Outbound WebSphere MQ Adapter Connectivity Map Properties

Outbound WebSphere MQ Adapter Settings

Outbound WebSphere MQ Adapter Settings > Queue Open Options

Running XA Transactions in Client (Outbound) Mode

Oracle Applications Adapter Properties

The following sections provide information about Oracle Applications Adapter Connectivity Map properties:

Note that there are no properties to configure for inbound Oracle Applications Adapters.

Outbound Oracle Applications Adapter with no XA Support

The JDBC Connector Settings section of the Oracle Applications Connectivity Map properties contains the properties listed in the following table.

Table 1 Outbound Connectivity Map JDBC Connector Settings

Name
Description
Required Value
Description
Specifies the description for the database.
A valid string. The default is Oracle thin driver Connection Pool Datasource.
ClassName
Specifies the Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface.
A valid class name. The default value is oracle.jdbc.pool. OracleConnectionPoolDataSource.

Outbound Adapter with XA Support

The JDBC Connector Settings section of the Oracle Applications Connectivity Map properties contains the properties listed in the following table.

Table 2 Outbound with XA Support JDBC Connector Settings

Name
Description
Required Value
Description
Specifies the description for the database.
A valid string. The default is Oracle thin driver XA Datasource.
ClassName
Specifies the Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface.
A valid class name.

The default value is oracle.jdbc.xa.client. OracleXADataSource.