Rowset message
When using the Sun implementation of the JDBC RowSet, and I use the constructor of JDBCRowSetImpl with the Connection object, I keep getting the "JdbcRowSet (setTypeMap): The Connection.setTypeMap(Map) method is not implemented." message.
Since I'll be (hopefully) using this in a project, I'd like to get rid of that message. Anyone got an idea on how to do this?

