[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5551) Setting to enable envers rather than having to manually name listeners

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Sep 13 13:03:18 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38371#action_38371 ] 

Steve Ebersole commented on HHH-5551:
-------------------------------------

Actually Emmanuel had a good point that we can do the auto-registration and decide if they are really needed later before giving them to the SessionFactory.  This is a bit tougher in the case of envers because it has to wait until all the metamodel is known to see if anything is marked as audited.

But we can work on that part later.  The envers listeners will still work as is if no audited entities were found.

> Setting to enable envers rather than having to manually name listeners
> ----------------------------------------------------------------------
>
>                 Key: HHH-5551
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5551
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: envers
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.6.0.CR1
>
>
> WDYT?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list