• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The hierachy of Type BeforeAdvice is inconsistent

 
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there I am using MethodBeforeAdvice in my Spring Application.But I am getting this error




I am using Spring Framework 4.5 releases and I have added all jar from there and including aop-alliances jar also But problem is not getting solved this is my code





Where is actual error and what jar need to Include in this I am using Eclipse for Development.


Thanks
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recommend using a build tool like Maven or Gradle. You are having issues with incorrect/or missing jars on your classpath. Also what do you mean by all jar? There has not been one of those since Spring 2.x. Spring 4.1.1 was just released so I have no idea how you have 4.5.

I suggest starting with a starter project and working from there (using a proper build tool)
http://start.spring.io/


I also suggest using Spring Source Tool Suite over vanilla eclipse. It has better Spring support and includes AJT (aspectJ) support already bundled.
 
Kishor Joshi
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic