0 Replies Latest reply on Apr 15, 2010 4:46 PM by jasonchaffee

    Spring AOP - NoClassDefFoundError: org/aspectj/weaver/reflect/Reflection

    jasonchaffee

      I am not able to get spring-aop working at all.  If add the <aop:config> tag it gives me this error every time.  I have installed the both runtime and weaver bundles and including these packages in import-package.

       

      org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location

      Offending resource: URL bundleentry://201.fwk598461443/META-INF/spring/deploy-context.xml; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL bundleentry://201.fwk598461443/META-INF/spring/deploy-hbm.xml; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException

       

       

      Any ideas?

       

      Edited by: jasonchaffee on Apr 15, 2010 8:41 PM

       

      Edited by: jasonchaffee on Apr 15, 2010 8:43 PM