Thanks for reply. Actually my description of my problems is so amazing beacuse... it's false:)
When in transaction everything gets committed only once (with hibernate transactions management)....
Type: Posts; User: pabloii; Keyword(s):
Thanks for reply. Actually my description of my problems is so amazing beacuse... it's false:)
When in transaction everything gets committed only once (with hibernate transactions management)....
I've run into the same problem as well. Solution with cglib-no dep seems to be just ideal. I can't wait to check it out, as this inner-spring conflict is very annoying.
I don't use such a way of configuring transactions, I use TransactionProxyFactoryBean instead, so I can only guess. As I look at an example in Spring doc, I don't see sessionFactory object passed to...
Hi everybody.
I have met interesting connection between code behaviour and transaction configuration for that code. That code is some *** *** ***** actually, I'm not author of it. It uses database...
For me it worked just fine. Thanks:)