What are the semantics of a ThrowsAdvice for a synchronized method? Do I need to synchronize the advice methods? Is that enough -- ie, Is the glue that spring uses to wrap the advised method synchronized? I guess this question applies to any aopalliance intercepter, no?


Reply With Quote