Jon Swinth wrote:
> This is just a note for other users of PostgreSQL.  With the latest version 
> of JBoss3.0.1 you can no longer be able to use a column definition of TIME in 
> Postgre.  This is NOT a bug in JBoss, but rather a bug in jdbc driver for 
> PostgreSQL (even the latest dev driver).  The JBoss3.0.1 changes from 
> attempting to call ResultSet.getObject() first to always calling 
> ResultSet.getBytes() and deserializing the object.

That's not true. JBossCMP checks for a mapping before calling getBytes.
Is the mapping type setup correctly?  I use postgres and java.sql.Time 
has been working for me.  File a bug report if it is not working (it 
should be working).

-dain




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to