Issue Type: Bug Bug
Assignee: Strong Liu
Created: 11/Jun/12 4:46 AM
Description:

in method org.hibernate.internal.SessionFactoryImpl#determineCustomEntityDirtinessStrategy, if the property value is a Class, then the code was :

if ( Class.class.isInstance( value ) ) {
				customEntityDirtinessStrategyClass = Class.class.cast( customEntityDirtinessStrategy );
			}

but customEntityDirtinessStrategy is null atm, so the customEntityDirtinessStrategyClass is null

same bug exists in org.hibernate.internal.SessionFactoryImpl#determineCurrentTenantIdentifierResolver

Project: Hibernate ORM
Priority: Major Major
Reporter: Strong Liu
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira