[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5913) Implement set of event listeners as a service

Steve Ebersole (JIRA) noreply at atlassian.com
Sun Mar 27 10:07:08 EDT 2011


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

Steve Ebersole commented on HHH-5913:
-------------------------------------

This is pretty close.  There is still one issue that creeps up with regards to bean validation.  Its the old problem with contention over who owns nullability checking.  The move to services for listeners and how/when the regsitration occurs caused problems with the original fix for that.

What is needed is a singular place to perform "bean validtion activation".  The long term option for that (imo) is the service locator pattern as defined in HHH-5562,  although I think we want to consider a notion of "known" services to activate in this process.

> Implement set of event listeners as a service
> ---------------------------------------------
>
>                 Key: HHH-5913
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5913
>             Project: Hibernate Core
>          Issue Type: Task
>          Components: core
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 4.0.0.Alpha2
>
>          Time Spent: 28h 56m
>  Remaining Estimate: 0h
>
> Implement set of event listeners as a service

-- 
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