Inside Hibernate, I have tried to figure this out fully, but still don’t quite understand the relationship between the TransactionManager, and the TransactionManagerFactoryClass???
<bean id="txMgr" class="org.springframework.orm.hibernate3.Hibernat eTransactionManager" p:sessionFactory-ref="mbuSessionFactory" p:dataSource-ref="mbuDataSource" />
<utilroperties id="mbuHibernateProperties">
.
.
<prop key="hibernate.transaction.factory_class">org.hibe rnate.transaction.JDBCTransactionFactory</prop>
.
.
</utilroperties>


roperties id="mbuHibernateProperties">
Reply With Quote