Hi all,

My application uses Spring AOP heavily, and for certain idempotent advices, I would like to enable reentrancy prevention to them.

I know that since AspectJ 1.6.7, this is already supported, however, given that we are using Spring AOP (not natively AspectJ), is there a way to prevent reentrancy to an executed advice?

I will dig more docs later (as am leaving the office), but would be glad to get some inputs from you guys.

This link has some reentrancy pseudo-examples: http://www.jucs.org/jucs_14_21/contr...516_tanter.pdf