Hi Ralf,

I found, the error is with map of timestamp fields, like this:

<field type="timestamp" required="false" name="openDate" lazy="false" 
direct="false">
      <sql type="timestamp" name="OPEN_DATE" dirty="ignore"/>
</field>

the line 1618 of SQLEngine as:

FieldHandlerImpl fh = (FieldHandlerImpl) fieldDesc.getHandler();

But the class org.exolab.castor.mapping.handlers.EnumFieldHandler that is 
returned by getHandler(), has follow hierarchy, extends,
org.exolab.castor.mapping.GeneralizedFieldHandler that extends,
org.exolab.castor.mapping.AbstractFieldHandler that extends,
org.exolab.castor.mapping.ExtendedFieldHandler that extends,
org.exolab.castor.mapping.loader.FieldHandlerFriend that implements,
org.exolab.castor.mapping.FieldHandler

then this is a bug in SQLEngine? or FieldHandlerFriend need to extend 
FieldHandlerImpl, but FieldHandlerImpl is final? since I dont have a better 
know how in castor I let this trouble to you developers of castor, or some tips 
of steps to solve this trouble are welcome.

Thanks

Clovis


-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to