JDBC Driver to access pooled JDBC connections. Supports JDBC 2.0
transactional XAConnections. You will get a java.sql.Connection back
in any case (the transactional-ness is handled under the covers). You
must create the pools ahead of time by creating and initializing the
appropriate DataSource.
You should use a URL of the form
jdbc:minerva:xa:PoolName to get a connection from the
pool.
This driver will be loaded automatically whenever an XA Pool is
created, but you can also use the standard Class.forName
call to load it.
See Also: org.ofbiz.minerva.pool.jdbc.xa.XAPoolDataSource author: Aaron Mulder (ammulder@alumni.princeton.edu) |