Hi,
What version of OpenJPA are you running with?  There was an issue with a
previous version of OpenJPA where the entity listeners were not called
consistently.

Thanks,
Kevin

On Mon, Mar 9, 2009 at 2:26 PM, hairinwind <[email protected]> wrote:

>
> Event was not fired for child entity when cascading deleting happens.
>
> For example, The parent entity has the reference of the child entity and
> the
> cascade type is ALL.
>
> While save the parent entity, it will also save the child entity. The
> persist listener is triggered twice. One for parent entity and the other
> one
> is for the child entity.
>
> But when delete the parent entity, the delete listener is only triggered
> once for the parent entity.
>
> How can I make the listener also be triggered for the child entity?
>
> Thanks!
> --
> View this message in context:
> http://n2.nabble.com/Event-was-not-fired-for-child-entity-when-cascading-deleting-happens-tp2451102p2451102.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>
>

Reply via email to