posted 16 years ago
Hi,
I get null pointer exceptions while executing a SimpleJdbcCall(Spring 2.5.4) based implementation of calling stored procedures, posted the same query in sppring forums but haven't got any help yet so I am posting it here again.
Hi
I was trying a bit modified usage of this class for a procedure that accepts one input and returns all rows of the table in question. Some what similar to an example given for the same in spring reference the only difference being that the procedure i call has an input as well.
The stored procedure being called in my code is as follows
I used the SimpleJdbcCall as follows
I got the following exception when in run the class