[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4843) org.hibernate.ejb.util.LogHelper assumes javax.persistence.spi.PersistenceUnitInfo#getProperties is never null

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Jan 26 09:15:29 EST 2010


org.hibernate.ejb.util.LogHelper assumes javax.persistence.spi.PersistenceUnitInfo#getProperties is never null
--------------------------------------------------------------------------------------------------------------

                 Key: HHH-4843
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4843
             Project: Hibernate Core
          Issue Type: Bug
          Components: entity-manager
    Affects Versions: 3.5.0-Beta-3
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.5.0-Beta-4


org.hibernate.ejb.util.LogHelper simply tries to iterate javax.persistence.spi.PersistenceUnitInfo#getProperties without ever checking whether it is null.  The spec does not mandate this to be non-null.

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