[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4786) SerializableType + custom Serializable class + L2 cache causes problems

Strong Liu (JIRA) noreply at atlassian.com
Tue May 18 12:48:11 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=37189#action_37189 ] 

Strong Liu commented on HHH-4786:
---------------------------------

https://jira.jboss.org/browse/JBPAPP-4326

> SerializableType + custom Serializable class + L2 cache causes problems
> -----------------------------------------------------------------------
>
>                 Key: HHH-4786
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4786
>             Project: Hibernate Core
>          Issue Type: Bug
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.5.0-Beta-3
>
>          Time Spent: 1h 58m
>  Remaining Estimate: 0h
>
> The changes done for HHH-2990 cause an issue when users map non-JDK Serializable classes using SerializableType in combination with attempting to cache those values into second level cache.  
> SerializableType reports the classloader to use for deserialization as the classloader of java.io.Serializable (which is generally null indicating the "bootstrap class loader").  However that classloader will (generally) not have visibility into the classloader needed to see these non-JDK classes.

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