[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-3787) org.hibernate.cfg.Configuration has non-Serializable member identifierGeneratorFactory

Gail Badner (JIRA) noreply at atlassian.com
Tue Apr 20 16:25:20 EDT 2010


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

Gail Badner resolved HHH-3787.
------------------------------

      Assignee: Gail Badner
    Resolution: Duplicate

> org.hibernate.cfg.Configuration has non-Serializable member identifierGeneratorFactory
> --------------------------------------------------------------------------------------
>
>                 Key: HHH-3787
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3787
>             Project: Hibernate Core
>          Issue Type: Patch
>          Components: core
>    Affects Versions: 3.5.0.Beta-1
>         Environment: any
>            Reporter: Patrick Moore
>            Assignee: Gail Badner
>         Attachments: patch.txt, screenshot-1.jpg
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> //org.hibernate.cfg.Configuration (line 161):
> public class Configuration implements Serializable {
> // org.hibernate.cfg.Configuration (line 207):
> 	private DefaultIdentifierGeneratorFactory identifierGeneratorFactory;
> However DefaultIdentifierGeneratorFactory is not declared serializable. This patch makes DefaultIdentifierGeneratorFactory serializable.

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