[
https://issues.apache.org/jira/browse/OPENJPA-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564586#action_12564586
]
Patrick Linskey commented on OPENJPA-506:
-----------------------------------------
Resolved in 1.0.x; keeping open pending 1.1.0 resolution.
> PreRemove method callback is never called; PreUpdate is always called
> ---------------------------------------------------------------------
>
> Key: OPENJPA-506
> URL: https://issues.apache.org/jira/browse/OPENJPA-506
> Project: OpenJPA
> Issue Type: Bug
> Affects Versions: 1.1.0
> Environment: Windows XP, JDK1.5, JDK6, PostgreSQL
> Reporter: Miroslav Nachev
> Fix For: 1.1.0
>
>
> I am using EntityListeners to catch Insert, Update and Delete events. During
> my test case I notice that PreRemove method callback is never called. In the
> same time PreUpdate is always called whether Delete (em.remove()) or Insert
> is called.
> In my opinion Pre/Post Persist must be called on Insert operations. Pre/Post
> Update must be called on Update operations. Pre/Post Remove must be called on
> Delete operations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.