I've been looking forward to posting on the Big Moose Saloon, need help, probably something simple I'm missing...
I am working through Spring Into Action 3, on page 132 (4.5 of that
unit) I'm working through an Aspect J example.
This is made up of 4 different file, CriticismEngine(Interface), CriticismEngineImpl(implmentation), JudgeAspect(AspectJ Aspect), Preformance(contains main method), and my Spring configuration, spring-idol.xml
here is the Error:
Now the four files:
CriticismEngine:
CriticismEngineImpl.java:
JudgeAspect.aj:
Preformance:
and now my Spring configuration XML:
So, basically, when the bean with ID eddie preforms (that part of program works fine, just does a println of property values listed, criticismEngine is supposed to write criticism after the "preformance".
Let me know if anything else is needed, thanks!
Thanks!