[jboss-user] [EJB 3.0] - Re: EJB3 Interceptor never called - how to debug?
jc7442
do-not-reply at jboss.com
Fri Aug 10 03:12:21 EDT 2007
For EJB entities:
Use @EntityListener annotation with @PrePersist, @PostPersist, @PreRemove
@PostRemove, @PreUpdate, @PostUpdate, @PostLoad
@Interceptors works fine for session bean and MDB. I'm not sure it is supposed to works for entity
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072865#4072865
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072865
More information about the jboss-user
mailing list