Handling transactions,
January 16, 2009 at 3:29 AM
Hi, I am able to run this sample. Thanks for the clear explanation.
But if I want to extend this and add transactional support to the application, where should I do that. Is it in applicationContext-hibernate.xml? I am right if, an entry is needed in applicationContext-hibernate.xml as follows: <bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager"> <property name="sessionFactory"> <ref local="sessionFactory" /> </property> </bean>