What are the benefits of migrating from a JDBC 1.x Datasource to JDBC 2.0 DataSource?
Migrating from a JDBC 1.x datasource to a JDBC 2.0 datasource allows for greater selection of connection pool configuration options. JDBC 1.x datasources involve a JDBC 1.x driver class and are defined in EJB deployment descriptors. With JDBC 2.0 BES datasources, you have to choice to retain the JDBC 1.x driver class or introduce a JDBC 2.0 driver class. In either case, common updates are required to EJB deployment descriptor ejb-borland.xml: • In