Joined: Mon Aug 01, 2005 10:46 am Posts: 1
|
Hibernate version: 3.0 Problem with CMTTransactionFactory (class not found)
Class not found Exception CMTTransactionFactory. Happens when I set following property, <property name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
If I set JTATransactionFactory then it works fine. I have extracted the hibernate3.jar and i could not find CMTTransactionFactory inside !!! . Why this class is not there in the hibernate3.jar ? Is this class not available with version 3.0 ?
|
|