OK I think I have something usefule to add. I throw in some debugging
statements to reflect what OJB was trying to insert and it was flaking out
on the Date object. Here's what the mapping is for the date field:
<field-descriptor
name="birthdate"
column="birthdate"
jdbc-type="DATE"
>
</field-descriptor>
This is what an older version of the xdoclet plugin gave me:
<field-descriptor
name="birthdate"
column="birthdate"
jdbc-type="TIMESTAMP"
conversion="org.apache.ojb.broker.accesslayer.conversions.JavaDate2SqlTimest
ampFieldConversion"
>
</field-descriptor>
The version with the conversion added seems to work! So maybe this is
something with the Xdoclet module?
- Fred
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]