> The solution is essentially a recursive flush. There is obviously a danger
> there and we would certainly want to depth-limit this.
>
> What do y'all think about getting this into 4.0?
I can only say that I encountered the problem twice as a Hibernate user so the
feature would be very welco
Currently, if a callback (jpa-style, Lifecycle, Listener) called during during
a flush results in an action (as in ActionQueue) being added, that action is
ignored until the next flush cycle.
I thought we discussed (in st louis) adding a feature to allow those actions
to be caught up in the ori