I've got a model called Attachment that has a physical file associated with it.

I want to implement an entity listener trigger by using @PostRemove to
have the class delete the physical file from the harddisk when the
persistent object itself is remove (explicitly or via cascade).

The model only imports javax.persistence.* so I assume the project is
using JPA with Hibernate as the underlying engine.

I'm not able to make this work (nothing is triggered), and while
googling I've found conflicting posts, some indicating that this is
not possible as of AppFuse 2.0.2? May someone shed some light on this?
Thanks!

Best regards,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to