Search:

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

Search: Search took 0.02 seconds.

  1. Thanks prinSpring. Solved the problem using...

    Thanks prinSpring.

    Solved the problem using spring StoredProcedure passing the JdbcTamplate during object creation.
    .
    Lesson learned: Do not mix stored-procedure through vanilla JDBC in Spring...
  2. I have a similar problem with transaction and...

    I have a similar problem with transaction and stored proc.

    @transactional are declared for dao methods as well as service. Autocommit for datasource is set to true. There is no requres new.
    ...
Results 1 to 2 of 2