尝试使用
org.springframework.orm.hibernate4.HibernateTransactionManager
<bean id="transactionManager" > <property name="dataSource" ref="dataSource" /> <property name="sessionFactory" ref="sessionFactory" /> </bean>

尝试使用
org.springframework.orm.hibernate4.HibernateTransactionManager
<bean id="transactionManager" > <property name="dataSource" ref="dataSource" /> <property name="sessionFactory" ref="sessionFactory" /> </bean>