[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3787?page=c...
]
Elhanan Maayan commented on HHH-3787:
-------------------------------------
sorry my bad, it DOES work, but only when i deleted the work directoy, my self, it seesm
that
if ( workPackageDir.exists() ) {
workPackageDir.delete();
}
doesn't actually delete anything, so no clean up is done, shoud be reported in jira?
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
Environment: any
Reporter: Patrick Moore
Attachments: patch.txt, screenshot-1.jpg
Original Estimate: 1 minute
Remaining Estimate: 1 minute
//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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira