Hi!
A time ago I created this issue. The problem is this:
When using lazy extra and enabling filters affecting the collection, the
size() and isEmpty() methods are not applying the filters when the
collection proxy isn't initialized.
So, enabling filters and accessing a collection marked as lazy
Adam is right! Sometimes the envers default listeners are overriden by user
custom listeners.
2010/9/11 Adam Warski
> Sounds great. I think that there may be on option to automatically add all
> the appropriate listeners, but the users would still have the possibility to
> add them by hand (in
Hello!
I think it´s a good idea. There would be fewer user errors setting up
envers.
Regards. Hernán.
2010/9/10 Steve Ebersole
> What do you think of an option that says "enable envers", rather than
> explicitly needing to set up each listener?
>
> --
> Steve Ebersole
> http://hibernate.org
Hi!
The sync is actually rolling back the main transaction, but there is no way
to indicate upper layers about it because hibernate calls commit()
succesfully after syncs.
Could we think about adding a new exception to be throwed by the
JDBCTransaction? In that case this exception is thrown by a s