Bruce Snyder wrote:
>Castor maps dates to java.sql.Date, not java.util.Date. I'm not sure
>if this would help, but it's worth a try.
>
Not entirely true. When you use JDO to retrieve objects, the sql type
determines what type it is retrieved as, and the java type determines
what type you get.
So if you specify
<field name="date" type="date">
<sql name="date" type="date" />
</field>
You will end up with java.util.Date.
-Mark
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev