Avatar

Organizations

1 results for Aop
  • Prologue

    This post intents to point out some pitfalls when using spring aop and reflection on the same objects. Moreover, it provides some examples of these pitfalls when combining ServiceMix & Camel with Spring JPA/Hibernate.

    The two most common uses of aspect oriented programming with spring are:

    • Security
    • Transation Handling

    I found myself having issues when applying those 2 on beans that are accessed using reflection (not in all cases) and below I am going to dig into those issues.

    spring aop Created Sat, 05 Jun 2010 00:00:00 +0300