Hi:

I found another problem with binding:

Woody current support is for java.util.Date
OJB support is for java.sql.Date:

http://db.apache.org/ojb/jdbc-types.html

Problem here is we cannot make "direct" binding because of a cast class
expception if we try to insert using OJB an Object java.util.Date (woody
defined type).

On the other hand if I set the type of the bean to java.sql.Date then the
woody binding framework reject to work.

So this is a dilema. I thought about a convertor between java.sql.Date and
java.util.Date. For binding

What else can we do?

Best Regards,

Antonio Gallardo

Reply via email to