[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4011) ChainedPropertyAccessor is not serializable, which breaks caching to disk and replicated caches.

Gail Badner (JIRA) noreply at atlassian.com
Fri Jul 30 17:30:40 EDT 2010


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

Gail Badner resolved HHH-4011.
------------------------------

    Resolution: Fixed

Fixed in trunk and Branch_3_5.

> ChainedPropertyAccessor is not serializable, which breaks caching to disk and replicated caches.
> ------------------------------------------------------------------------------------------------
>
>                 Key: HHH-4011
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4011
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: caching (L2), core
>    Affects Versions: 3.3.1, 3.5.4, 3.6.0.Beta1
>         Environment: Hibernate 3.3.1 (not checked on 3.3.2)
>            Reporter: Ryan Dearing
>            Assignee: Gail Badner
>             Fix For: 3.6.0.Beta2, 3.5.5
>
>
> ChainedPropertyAccessor is used by AliasToBeanResultTransformer. Since ChainedPropertyAccessor is not serializable any cacheable queries using AliasToBeanResultTransformer break during cache replication.
> For example, this query cannot be replicated or cached to disk:
> session.createQuery("select foo").setResultTransformer(new AliasToBeanResultTransformer(SimpleCount.class)).setCacheable(true).list();
> A workaround is to make these queries not cacheable for now.

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