Configuring Java CAPS Project Components for Application Adapters

Properties in the Outbound Oracle Applications Adapter

The JDBC Connector Settings section of the Oracle Applications Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 1–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.

Properties in the Outbound Adapter with XA Support

The JDBC Connector Settings section of the Oracle Applications Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 1–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.