I'm quite sure I'm just making a very stupid mistake, but I just can't figure it out.
I am writing/testing some hibernate entity objects. Running in local JUnit tests, they are fine. When...
Type: Posts; User: xzwk6c; Keyword(s):
I'm quite sure I'm just making a very stupid mistake, but I just can't figure it out.
I am writing/testing some hibernate entity objects. Running in local JUnit tests, they are fine. When...
I've got lots of moving parts and I'm not sure what area is giving me problems. I think it is a Spring/Tomcat class loader issue so I'll start here.
I have a web app that access JPA objects via...
not a silly question at all, that was my problem. THANK YOU!!
Hello. I'm having a problem mixing AspectJ with Spring AOP. I have a multiple module application managed with Maven. I have my aspects coded in a separate module. The aspects are correctly woven in...