Hello,
I'm running my rather simple Roo application (Hibernate/HYPERSONIC_PERSISTENT / Web MVC with tiles) using jetty-runner.
Roo 1.2.2.RELEASE
The application runs perfectly when I test...
Type: Posts; User: okozlov; Keyword(s):
Hello,
I'm running my rather simple Roo application (Hibernate/HYPERSONIC_PERSISTENT / Web MVC with tiles) using jetty-runner.
Roo 1.2.2.RELEASE
The application runs perfectly when I test...
now, I have found a part of the problem. In my Spring application context I did not enable transaction propagation to my bean's method which triggered the saveOrUpdate. Now, after I added the...
Hi all,
I'm having a problem doing saveOrUpdate after enabling OpenSessionInViewFilter. I think the problem is that the filter is opening the Hibernate session with FlushMode.NEVER, which marks...