Argghhhhhhh I found my problem. I have a Java8 JDK installed that I had been playing around with and still had it as my default JDK in Eclipse. Switching to Java7 fixed my issue. But as a heads up,...
Type: Posts; User: dec_kelly; Keyword(s):
Argghhhhhhh I found my problem. I have a Java8 JDK installed that I had been playing around with and still had it as my default JDK in Eclipse. Switching to Java7 fixed my issue. But as a heads up,...
Hi,
I've been trying to integrate Spring HATEOAS into a RESTFUL facade layer for an app I'm working on. I've basically been following along with the restbucks example from...
Hi,
I seem to be seeing different behaviour? If I define 2 sql-parameter-definition (1 IN and 1 OUT) clauses and then 1 parameter and 1 returning-resultset, I would expect the proc to be called...
Hi,
Thanks for replying.
My config is already quite similar to that (I can't post the actual config due to company policies but here's the gist)
<int-jdbc:stored-proc-outbound-gateway...
Hi,
I'm trying to use the stored-proc-outbound-gateway to return results from an Oracle SP which has a spec similar to this.
PROCEDURE get_data
( out_csr OUT...