Hi,
I am calling a stored procedure using receiver JDBC adapter.
I have one parameter (SIZE_C) in stored procedure which is of type NUMERIC.
The problem here is when the source filed of the SIZE_C is missing then the I am getting an error java.lang.NumberFormatException even though SIZE_C is not a mandorty field (occurrence 0..1).
Here I can not pass any default value to it. So any ideas on this?
Thanks in advance,
Prasad Babu.