Hello, this is a known issue. We thought we might have had a solution for 1.3.2 but the unit test attached to the JIRA still fails :(
http://jira.codehaus.org/browse/CASTOR-2963 It's been a thorn in my side too, when I have time I'll look into why the patch Werner applied didn't work. Craig. On 2011-04-07, at 1:19 AM, 吕晓一 wrote: > Hi, all > > My project has lots of models and map files, and has many date type fields in > these models and map files, > > When the models are converted to xml files, the date-format in xml files are > required to be same, > > so I want to define a <field-handler> in the main map file, and reuse this > <field-handler> in any <class>. > > I has tried many times, and was told to implement the new interface of > ClonableFieldHandler. > > So, anybody could show me an example?

