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...
Type: Posts; User: raspacorp; Keyword(s):
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...
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...
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...
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...
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...