非 Web アプリケーションで OpenSessionInViewInterceptor を使用する必要があります。OSV Interceptor を次のように構成しました。
<bean id="openSessionInViewInterceptor" class="org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor">
<property name="sessionFactory"><ref bean="sessionFactory"/></property>
</bean>
遅延読み込み例外が発生しています。私が間違っている場所へのポインタはありますか?構成は正しいですか?
または、Web 以外のアプリでは、インターセプターの代わりに OpenSessionInViewFilter が必要ですか?
ありがとう!