Anyway to make an Advice transactional?
Hi,
Is there anyway to make and advice transactional? Ideally, I'd like to be able to use @Transactional annotations, but the spring docs http://static.springsource.org/sprin...aop-at-aspectj indicate:
"In Spring AOP, it is not possible to have aspects themselves be the target of advice from other aspects. The @Aspect annotation on a class marks it as an aspect, and hence excludes it from auto-proxying."
That would also imply an xml configuration (non-annotated) would not help either.
Am I misunderstanding the docs? Is there a way to make and advice transactional?
Thanks,
Eric