Hi, i have another problem.. the AutoCommit works now fine.. but the Transactions did not work with Jooq3.2.2.. The Transcation handling that i use is from this site http://blog.uws.ie/2013/04/using-jooq-with-spring-transactions/
This did work perfect with Jooq 2.6.1 but not with Jooq 3.2.2 I have the same problem that he descripted: " *The transaction basically weren’t rolled back*. Using a debugger, we could see that the control flow reaches the interceptor rollback() call, but it has no real effect!" That is the same problem that i have, the rollback has no effect.. So what must i change, that the "SpringExceptionTranslationExecuteListener" works like in 2.6.1 ? maybe is the problem that i can not set the connection directly in the ExecuteContext ctx Object ? I can get a dataSource Object with the following Code: DataSourceSingleton dataSourceSingleton = DataSourceSingleton.getReference() DataSource dataSource = dataSourceSingleton.getDataSource(); Best regards -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
