Spring aspectj jar not configured correctly
Posted
by
newguy
on Stack Overflow
See other posts from Stack Overflow
or by newguy
Published on 2011-01-14T06:31:13Z
Indexed on
2011/01/14
13:53 UTC
Read the original article
Hit count: 264
I am getting this error when I tried to use a JPA object created by Roo.
Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects library?)
I have followed some online advice to add the spring-aspects.jar to aspectj path in Eclipse but I still get this error. Does anyone know how to solve this?
The environment I am using is Spring 3.0.5, Hibernate 3.6 and JBoss 6.0.0.Final.
© Stack Overflow or respective owner