Datasource Configuration - Types of Datasources

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2769

This topic has not yet been written. The content below is from the topic description.
14.1. Types of Datasources Datasource Definitions Does not take part in JTA transactions. The java.sql.Driver is used. Does not support two phase commit. The java.sql.Driver is used. Suitable for a single database or a non-XA-aware resource. Supports two phase commit. The javax.sql.XADataSource driver is used