Spring continue (2)

I tried to implement some method injection. Easy, right?

But I keep getting some weird errors, it turns out that I missed a jar called cglib, I just don't understand why Spring doesn't include this jar? or did I miss the boat?

I also found I actually need cglib-nodep-2.2.jar (see "nodep" part? means no dependency), if you just use cglib-2.2.jar, you'll get other compilation error, because this jar need other jars as dependencies.

Aghh....

check this out