posted 10 years ago
Hi,
I have a class that extends StoredProcedure class of Spring API..for calling a Stored proc
How can i set a timeout for my stored proc call
setQueryTimeout in constructor is not working out..(i specified 1s as timout but it still gives me results after 2 seconds)
Regards