The problem was in the point-cut defined in the Spring context. I changed from:
<aop:pointcut id="services-pointcut" expression="<b>execution(* my.services.pkg.*.*(..))*" /> To: <aop:pointcut id="services-pointcut" expression="<b>bean(*ServiceImpl)*" /> Anyone got it working using "execution" instead of "bean"? Thank you. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/No-transaction-with-AOP-using-spring-flex-tp15575p15594.html Sent from the Apache Flex Users mailing list archive at Nabble.com.