[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-5899) NPE regression caused by HHH-5824
Strong Liu (JIRA)
noreply at atlassian.com
Tue Feb 15 20:59:05 EST 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Strong Liu resolved HHH-5899.
-----------------------------
Resolution: Rejected
Fix Version/s: (was: 3.6.2)
(was: 4.0.0.Alpha1)
see https://issues.jboss.org/browse/JBPAPP-5936 for more details
> NPE regression caused by HHH-5824
> ---------------------------------
>
> Key: HHH-5899
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5899
> Project: Hibernate Core
> Issue Type: Bug
> Affects Versions: 3.6.1
> Reporter: Scott Marlow
>
> In the AS testsuite, we noticed a new testsuite failure that appears to be caused by a null value being passed to a ConcurrentHashMap in org.hibernate.impl.SessionFactoryImpl.allCacheRegions. Null values are okay with HashMap but not ConcurrentHashMap.
> More details are at https://issues.jboss.org/browse/JBAS-8832
> Exception call stack:
> java.lang.NullPointerException
> at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:882)
> at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:402)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1842)
> at org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:320)
> at org.jboss.hibernate.jmx.Hibernate.start(Hibernate.java:274)
> at org.jboss.test.hibernate.test.HibernateConfigurationUnitTestCase.testLegacyPropertyNames(HibernateConfigurationUnitTestCase.java:258)
--
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