Search:

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

Search: Search took 0.02 seconds.

  1. I got it working by defining the output...

    I got it working by defining the output parameter, in the documentation they say that you do not need this unless you have input parameters, but this seems to be wrong, here is the configuration that...
  2. StoredProcedureItemReader - Error: Invalid column index

    I am using the StoredProcedureItemReader with an sp that just has one out param that is a ref cursor, following the reference documentation I got to this configuration:



    <beans:bean...
  3. Replies
    3
    Views
    1,149

    What about the transaction when calling a Stored Procedure?

    What about the transaction management? For example if we want to write the item using a stored procedure for example inside a processor, should the stored procedure manage the rollback of its own...
  4. Insight not showing BigDecimal parameters in JDBC queries

    I am using vfabric tcServer v2.7 and insight developer editions.

    I am not able to see any BigDecimal param in the JDBC queries, it just shows the qualified name of the class: java.math.BigDecimal...
  5. Spring Data JPA query method gets results that matching the first characters in field

    Hi, I am using Spring Data JPA 1.3.0, I have a repository: CompanyRepository and a service CompanyService.

    This is my problem, I am using the query generated from method name approach in one of my...
Results 1 to 5 of 5