Hello!
I have small problem...
I'm developing application in client-server model. Server is tomcat (spring + hibernate application). Client is normal Swing app. I'm trying to invoke bussiness methods of DAO object exposed via httpInvoker.
Every time I get LazyInitializationException. Is there any way to keep hibernate session alive between client requests? (Maybe OpenSessionInView?)
Sorry for my english!!
Maciek.



Reply With Quote