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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira