Results 1 to 3 of 3

Thread: NoSuchMethodError AnnotationBeanConfigurerAspect.ajc$if_1

  1. #1
    Join Date
    Dec 2006
    Posts
    18

    Default NoSuchMethodError AnnotationBeanConfigurerAspect.ajc$if_1

    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.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    I suggest checking your classpath for mixed jar versions.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Feb 2010
    Location
    Colon, Panama
    Posts
    4

    Default some help

    I am using spring roo and I want to export like a jar and use it like a dao services, I think this have to be relation with the @Configurable annotation. How do i know what version use of AspectJ.
    java.lang.NoSuchMethodError: org.springframework.beans.factory.aspectj.Annotati onBeanConfigurerAspect.ajc$if_1(Lorg/springframework/beans/factory/annotation/ConfigurableZ
    at com.certain.register123.model.Contact.<init>(Conta ct.java:25)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •