I recently upgraded my project to Spring 3.0.2.RELEASE and now I'm seeing the following error wherever I'm using @Configurable:
java.lang.NoSuchMethodError: org.springframework.beans.factory.aspectj.Annotati onBeanConfigurerAspect.ajc$if_1(Lorg/springframework/beans/factory/annotation/Configurable;)Z
Has anyone else seen this? I tried upgrading my AspectJ version to 1.6.8, but that didn't help either.


Reply With Quote
Z