Results 1 to 2 of 2

Thread: Getting warning when using commands "perform eclipse" and "perform tests"

  1. #1

    Default Getting warning when using commands "perform eclipse" and "perform tests"

    Hi


    I am getting the warning when I am using commands "perform eclipse" and "perform tests".

    [Thread-6] [WARNING] advice defined in org.springframework.scheduling.aspectj.Ab
    stractAsyncExecutionAspect has not been applied [Xlint:adviceDidNotMatch]
    [Thread-6] [WARNING] advice defined in org.springframework.mock.staticmock.Annot
    ationDrivenStaticEntityMockingControl has not been applied [Xlint:adviceDidNotMa
    tch]
    [Thread-6] [WARNING] advice defined in org.springframework.mock.staticmock.Abstr
    actMethodMockingControl has not been applied [Xlint:adviceDidNotMatch]

    Application is running successfully but I am not getting the reason of this warning message.

    I found this warning message in the demo video provided at the SpringSourse site.
    http://s3.springsource.com/MRKT/roo/...inutes_Roo.mov

    Thanks & Regards,
    Rohit

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    These warnings are emitted by the underlying AspectJ compiler and you can safely ignore them. They don't affect your application. We should see if they can be suppressed in future.
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

Posting Permissions

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