I\'m using maven_spring 3.1.M2 + hibernate 3.5. Once I put the line in my applicationcontex xml file, the follwoing error will oc
Do you have AspectJ in your pom.xml or in your lib-directory?
org.springframework spring-aspects 3.1.0.RELEASE org.aspectj aspectjrt ${aspectj.version} org.aspectj aspectjweaver ${aspectj.version}
I had the same error and this solved my problem.