Hibernate/JPA - Entity listener not being called properly

后端 未结 3 657
悲哀的现实
悲哀的现实 2021-01-02 19:52

I\'m trying to leverage EntityListener objects and callback methods within my Seam/Hibernate/JPA application. I\'m using a Seam 2.2-managed persistence context on JBoss 5.1

3条回答
  •  一向
    一向 (楼主)
    2021-01-02 20:39

    This is not the normal behavior. I work on a project that use seam 2.2.2 with seam managed persistence context, jpa/hibernate, jboss 5.1 and mysql and all the callbacks are correctly invoked. Maybe there is a bug on your test case.

提交回复
热议问题