Hi there,
I have a small aspect example that uses AbstractBeanConfigurerAspect with jdk 1.5 and runs correctly. When i try with jdk 1.4 i get the following problem.
Exceptionin thread "main" org.springframework.beans.factory.CannotLoadBeanCl assException: Error loading class [org.springframework.beans.factory.aspectj.Annotati onBeanConfigurerAspect] for bean with name 'org.springframework.beans.factory.aspectj.Annotat ionBeanConfigurerAspect' defined in null: problem with class file or dependent class; nested exception is java.lang.UnsupportedClassVersionError: org/springframework/beans/factory/aspectj/AnnotationBeanConfigurerAspect (Unsupported major.minor version 49.0)
My code does not use any annotations ... should AbstractBeanConfigurerAspect work with jdk 1.4?


Reply With Quote