[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3790) add java.util.EventListener marker interface so that hibernate event listeners can be used by the java beans introspector code

Patrick Moore (JIRA) noreply at atlassian.com
Thu Feb 26 14:56:40 EST 2009


add java.util.EventListener marker interface so that hibernate event listeners can be used by the java beans introspector code
------------------------------------------------------------------------------------------------------------------------------

                 Key: HHH-3790
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3790
             Project: Hibernate Core
          Issue Type: Patch
    Affects Versions: 3.5
            Reporter: Patrick Moore
         Attachments: patch.txt

I am using a Dependency Injection framework. 

I have classes that extend the org.hibernate.events.*EventListener interfaces. 

I would like my implementations injected as eventlisteners by the DI framework. The DI framework is using the java.beans.Introspector code.  The java.util.EventListener interface is required by the java.beans.

java.util.EventListener adds no additional methods.

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