Hello guys,
in my web application I have some page I would to show to user just in "read" mode when an other user locks the page in "write" mode.
I thought that I need to change role of user at...
Type: Posts; User: arcover80; Keyword(s):
Hello guys,
in my web application I have some page I would to show to user just in "read" mode when an other user locks the page in "write" mode.
I thought that I need to change role of user at...
I'm sorry, I removed it but it doesn't work anyway
Yes this proper can broke tx management, because it changes CurrentSessionContext implementation. It can be valued with: managed, jta, thread option and I tried all options but it doesn't work...
Thanks for your reply. I don't use custom session, I configured hibernate session
<bean id="hibernateSessionFactory"...
My application throws next exception when it try to access at LAZY collection.
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: ..., no session or...
Hello guyt
does exist any SessionListener wrapper that has the access to web spring context of your web application (I'm using spring mvc 3.0 with annotation)?
Thank you so much.