Author: ainze
Date: 2009-03-04 09:08:01 -0500 (Wed, 04 Mar 2009)
New Revision: 4134
Modified:
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml
Log:
removed singleton since it's default behavior
Modified:
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml
===================================================================
---
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml 2009-03-04
10:30:07 UTC (rev 4133)
+++
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml 2009-03-04
14:08:01 UTC (rev 4134)
@@ -87,8 +87,7 @@
</bean>
<bean id="transactionManager"
- class="org.springframework.orm.hibernate3.HibernateTransactionManager"
- scope="singleton">
+ class="org.springframework.orm.hibernate3.HibernateTransactionManager">
<property name="sessionFactory" ref="sessionFactory" />
</bean>
Show replies by date