Is anyone able to perform an using a stored procedure in PostrgeSQL 8.2? I am using Hibernate 3.2.3.GA and just about stumped. 1) With the following mapping definition: Code: {call insert_data(cast(? as timestamp without time zone), cast(? as timestamp without time zone), cast(? as real), cast(? as ...