Hi, While using castor XML to generate java class sources based on XML schema, we've got some problem with serializing type-safe enumerations. The problem is well described in : http://www.javaworld.com/javatips/jw-javatip122_p.html.
After doing some research we've found that Erik Ostermueller (thanks to him) has already found this problem and submitted a patch to fix it. This patch is about adding a readResolve method in generated castor class in SourceFactory.java . We've applied his patch with success and we plan to use it in production. But we would like to have this patch a part of a castor release. How can we help to do this ? Thanks, Franck Arnulfo References: Patch submitted by Erik Ostermueller : http://www.mail-archive.com/[EMAIL PROTECTED]/msg06310.html Description of the type-safe enumerations serializing problems http://www.javaworld.com/javatips/jw-javatip122_p.html ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
