can you post your mappings?
On Tue, 4 Jan 2005 21:38:45 -0600, David Putnam <[EMAIL PROTECTED]> wrote: > When I am in the BasicParameterMap.setParameter method, the mapping has a > jdbcType of 0 or Types.NULL, rather than a value of Types.DATE (91). Also > because the DateTypeHandler does not extend CustomTypeHandler, the code > explicitly calls ps.setNull. It passes the jdbcType of 0 because it also > does not match the JdbcTypeRegistry.UNKNOWN (-99999999) value. It did not > appear that any of the mapping objects had jdbcType or TypeName values, and > it may be only the null attributes that care.

