Set up JDBC 2.0 extension / JTA drivers by configuring an XA resource.
When failover occurs, EAServer supports XA transactions
only if they are in the prepared state. XA
transactions in any other state are lost. For information on transactions,
see Chapter
2, “CORBA Component Life Cycles and Transaction Semantics,” in
the EAServer CORBA Components Guide.
Using the Management Console:
Configure the data source with these values for the specified properties:
User – the database user name.
Password – the database password.
Database URL – jdbc:sybase:Tds:${serverName}:${portNumber}
.
Set the JDBC Driver Class property for the database type that is configured for your data source to com.sybase.jdbc2.jdbc.SybXADataSource.