Re: [hibernate-dev] callback induced actions

2011-04-01 Thread Adam Warski
> 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

[hibernate-dev] callback induced actions

2011-04-01 Thread Steve Ebersole
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