Hi,
We are trying to use a Stored Procedure to update an Oracle table through a JDBC Receiver Comm Channel. The Table Structure is defined below ( has TIMESTAMP fields)
I have done the mapping and everything looks fine from the payload perspective.
However it is failing at the communication channel with a Java "NumberFormatException" on the TIMESTAMP Field.
I have read through the notes on JDBC adapter as well as the various blogs addressing other peoples issues. But those haven't helped me.
Can anyone see what i might be doing wrong and a way i can get this working.
Thanks,
Arunava