Had very simmilar problem, try to add two libraries - jta1.1.jar and cglib-nodep-2.1_3.jar to Your /lib.
Type: Posts; User: piotrekp; Keyword(s):
Had very simmilar problem, try to add two libraries - jta1.1.jar and cglib-nodep-2.1_3.jar to Your /lib.
I've noticed, that when I add @Transactional to the Serviece, I'm getting bean wiring problem, but in the other way
No Hibernate Session bound to thread, and configuration does not allow...
Hello,
Having basic experience with Java EE, I've decided to create my engineering project for university with Spring MVC, extended Hibernate to deal with persistance layer, and host it at Google...