[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5865) superfluous event listener in Hibernate code

Tom Ross (JIRA) noreply at atlassian.com
Mon Jan 24 10:27:05 EST 2011


superfluous event listener in Hibernate code
--------------------------------------------

                 Key: HHH-5865
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5865
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
         Environment: JBoss EAP 5.1
            Reporter: Tom Ross


When Hibernate initialises it prints a warning message "InitialContext did not implement EventContext". This is a result of a cast in the SessionFactoryObjectFactory.addInstance() method which is trying to cast javax.naming.InitialContext object to EventContext while trying to add an event listener to it. javax.naming does not implement the interface EventContext so the cast fails and the listener is never register. As it stands this code is completely superfluous at the moment since it is never used.

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