Search:

Type: Posts; User: dec_kelly; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    208

    Argghhhhhhh I found my problem. I have a Java8...

    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,...
  2. Replies
    1
    Views
    208

    Problem with Spring HATEOAS in STS

    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...
  3. Hi, I seem to be seeing different behaviour?...

    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...
  4. Hi, Thanks for replying. My config is...

    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...
  5. stored-proc-outbound-gateway & Oracle Stored Procedure with OUT SYS_REF_CURSOR

    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...
Results 1 to 5 of 5