Hi Stefan, I ran into a http://www.homik.de/think/index.php/2008/04/08/automatic-timestamping-of-persisted-data/ similar problem a while ago. I think, the problem is that Hibernate supports these methods for the corresponding lifecycle event only for http://www.hibernate.org/hib_docs/ejb3-api/ EJB3.0 . If you look into Hibernate Annotation reference document (PDF) you'll see that these lifecycle annotations are not not mentioned and you won't find @PostRemove in the http://www.hibernate.org/hib_docs/annotations/api/ Annotations API neither.
Read also http://www.nabble.com/Automatic-timestamping-of-all-persisted-data-td14311403s2369.html#a14399708 Automatic Timestamping of allpersisted data . Another http://forum.hibernate.org/viewtopic.php?t=987782&sid=fcb9f5c736cdb75d15e92ef81bf87918 Thread in Hibernate Discussion forums. -- View this message in context: http://www.nabble.com/EntityListeners-in-appfuse-spring-basic--tp18064965s2369p18065564.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]