[hibernate-dev] HHH-9789: collection size() with lazy extra does not applies filters if proxy is not initialized

2015-06-09 Thread Hernán Chanfreau
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

Re: [hibernate-dev] Envers set up

2010-09-11 Thread Hernán Chanfreau
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

Re: [hibernate-dev] Envers set up

2010-09-10 Thread Hernán Chanfreau
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

Re: [hibernate-dev] Exceptions thrown in a tx synchronization are eaten

2010-03-29 Thread Hernán Chanfreau
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