> But up to now the worst is when using a java.sql.ResultSet and asking calling > getTimestamp which now returns a Date instead of a Timestamp. wait ... what? the signature for that method is java.sql.Timestamp -- it can't return a date. Are you saying you're getting a ClassCastException from inside your jdbc driver in your driver's IMPLEMENTATION of getTimestamp?
ms _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to arch...@mail-archive.com