A subclass of the standard Spring LocalDataSourceConnectionFactory (that supplies
OJB with connections to datasource defined in Spring) that wraps the connection in a
ByPassConnection so that the JTA defined in the managed environment can control the
transaction.
This class works in concert with the following parameter in the corresponding OJB properties
config:
ConnectionFactoryClass=org.kuali.rice.database.SpringConnectionFactoryManagedImpl
Apparently this strategy is not required in OJB 1.0.4:
http://db.apache.org/ojb/release-notes.txt
"ConnectionFactoryManagedImpl is declared deprecated. |