Configuring Java CAPS Project Components for Database Adapters

Outbound XA Adapter Properties

The Outbound XA Adapter Properties include outbound parameters used by the external database. Informix supports XA, a data source that provides connections that can participate in a distributed transaction. XA is a two-phase commit protocol that forms part of the JDBC 2.0 Standard Extension.

Table 1–14 Outbound Informix XA Adapter Connectivity Map Properties

Name 

Description 

Required Value 

Description 

Enter a description for the database. 

A valid string. The default is INFORMIX XA Datasource. 

ClassName 

Specifies the Java class in the JDBC driver that is used to implement the XADataSource interface. 

A valid class name. The default is com.SeeBeyond.informix.jdbcx.informix.InformixDataSource.