Hi Werner, I would like to get as much performance benefit as possible , currently we generate our mapping file and all that really is the Simple Name of the Java Class and Camel case for the field name. But because of the date problem i.e java.util.Calendar problem in castor we implemented a FieldHandler for this.
Now without a mapping file, and some introspection of field of this type java.util.Calendar I would not need a mapping file. I hope that makes sense, thanks for your quick reply. P.S moved from 1.1 castor to 1.3.2 now. Regards, Howard On 19 April 2013 13:22, Werner Guttmann <[email protected]> wrote: > Hi Howard, > > right now, such solution does not exist. Can I ask you what you are trying > to achieve ? > > Kind Regards > Werner > > > On 19.04.2013 14:02, Mr. Howard Hill wrote: > >> >> Hi, newbie here >> Is there a possibility of a global field handler without a castor >> mapping file, how can this be injected. >> >> Regards, >> Howard >> >>

