[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4877) "Check Nullability" logging incorrectness in SettingsFactory

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Feb 3 02:24:29 EST 2010


"Check Nullability" logging incorrectness in SettingsFactory
------------------------------------------------------------

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


{quote}
On Fri, 2010-01-29 at 15:38 +0100, Guenther Demetz <guenther.demetz at wuerth-phoenix.com> wrote:
Hi Steve,

 I like to report you a very small bug which can be fixed by you in a blink of an eye (without opening an issue on JIRA, as only 3.5 is affect):
 
 org.hibernate.cfg.SettingsFactory.java   line  340:
 
 <<    log.info( "Check Nullability in Core (should be disabled when Bean Validation is on): " + enabledDisabled(useStatistics) ); 
 
 >>    log.info( "Check Nullability in Core (should be disabled when Bean Validation is on): " + enabledDisabled(checkNullability) ); 
{quote}

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