Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Issues List »

[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-2781) Changes to
fields marked as non-updateable written to L2 cache

Anupam M (JIRA)

2008-09-10


Author LoginPost Reply

  [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-2781:
--------------------------------

  Fix Version/s:   (was: 3.3.1)
            3.3.x

> Changes to fields marked as non-updateable written to L2 cache
> --------------------------------------------------------------
>
>           Key: HHH-2781
>           URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2781
>         Project: Hibernate Core
>       Issue Type: Bug
>       Components: caching (L2)
>        Reporter: Steve Ebersole
>        Assignee: Steve Ebersole
>         Fix For: 3.3.x
>
>
> When the value a field marked as update="false" is changed, that changed state is written to the L2 cache. This occurs at least on reattachment, but I assume it also occurs for managed entities (need to verify).
> Viable solutions include:
> 1) disallow this combination (cached + non-updateable, non-generationed properties)
> 2) implicitly treat these properties as generated.
> Workaround is to mark these fields as generated.

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

   
_______________________________________________
hibernate-issues mailing list
hibernate-issues@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-issues
©2008 gg3721.com - Jax Systems, LLC, U.S.A.