Configuring Java CAPS Project Components for Database Adapters

SQL Server Adapter Outbound Connectivity Map Properties

The Outbound configuration parameters, accessed from the Connectivity Map, are organized into the following sections:

Outbound SQL Server Adapter Properties

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

Table 1–22 Outbound Connectivity Map JDBC Connector Settings

Name 

Description 

Required Value 

Description 

Enter a description for the database. 

A valid string. The default is SQLServer Connection Pool Datasource.

ClassName 

Displays the Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface. 

A valid class name. The default is com.Sun.sql server.jdbcx.sqlserver.SQL ServerDataSource.


Note –

Do not change this value.


Outbound non-Transactional SQL Server Adapter Properties

The Outbound non-Transactional Adapter Properties include outbound parameters used by the external database.

Table 1–23 Outbound non-Transactional Adapter—JDBC Connector Settings

Name 

Description 

Required Value 

Description 

Enter a description for the database. 

A valid string. The default is Sqlserver driver non-Transactional 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 is com.SeeBeyond.sqlserver.jdbcx.sqlserver.SQLServerDataSource.

Outbound SQL Server Adapter with XA Support Properties

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

Table 1–24 Outbound with XA Support JDBC Connector Settings

Name 

Description 

Required Value 

Description 

Enter a description for the database. 

A valid string. The default is SQLServer XA Datasource.

ClassName 

Displays the Java class in the JDBC driver that is used to implement the SQLServer XA Datasource interface. 

A valid class name. The default is com.Sun.sql server.jdbcx.sqlserver.SQL ServerDataSource.


Note –

Do not change this value.