[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2056) Configuration no longer Serializable

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Sep 6 12:02:24 EDT 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2056?page=comments#action_24334 ] 

Steve Ebersole commented on HHH-2056:
-------------------------------------

interfaces should not force Serializable upon implementors.  That is an implementation detail.  Just have your implementation implement both EntityNotFoundDelegate and Serializable.  

Why?  Because of serial version id issues...  Just ask Scott ;)

> Configuration no longer Serializable
> ------------------------------------
>
>          Key: HHH-2056
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2056
>      Project: Hibernate3
>         Type: Bug

>   Components: core
>     Versions: 3.2.0.cr4
>     Reporter: Emmanuel Bernard
>     Assignee: Steve Ebersole

>
>
> EntityNotFoundDelegate is not serializable, preventing the configuration to serializa properly.
> This block the Configuration optimization and the JNDI push

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