[jboss-jira] [JBoss JIRA] Commented: (JBAS-8832) Upgrade to Hibernate 3.6.1.Final
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Mon Feb 7 17:04:39 EST 2011
[ https://issues.jboss.org/browse/JBAS-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580638#comment-12580638 ]
Scott Marlow commented on JBAS-8832:
------------------------------------
Shelly pointed out that ConcurrentHashMap doesn't accept null values which is different than HashMap (which does).
I wonder if Hibernate could test the "queryCache.getRegion()" for null and avoid putting the null values into queryCache? Especially the put at line 402: allCacheRegions.put( queryCache.getRegion().getName(), queryCache.getRegion() );
> Upgrade to Hibernate 3.6.1.Final
> --------------------------------
>
> Key: JBAS-8832
> URL: https://issues.jboss.org/browse/JBAS-8832
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Integration
> Reporter: Shelly McGowan
> Assignee: Shelly McGowan
> Fix For: 6.1.0
>
>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list