Archive for the 'Free Software' Category

Singleton on Spring framework with Exception Cursor is closed

Wednesday, August 4th, 2010

Singleton on Spring framework with Exception Cursor is closed
I try to solve problem with SQL Exception Cursor is closed on my PL SQL 1 Day after  i found  because Static way on Spring Bean prototype
I try to set singleton off  with singleton=false
<bean id=”summaryUsageService” class=”com.my.SummaryUsageService”
singleton=”false”>
<property name=”sessionFactory”>
<ref bean=”sessionFactory” />
</property>
</bean>
but Futile  i found the [...]