Hi community, I'm facing problem while I'm testing Derby DB - when 2 connection used (first with autoCommit=true and other with autoCommit=false) exception occurs while switching between this 2 connections inside test.
If I comment following code line, everything works fine. org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java:232 dataSource.setEnableAutoCommitOnReturn(false); According to PoolableConnectionFactory source code, this option have some reasons to be have a true as default value. So my question can we create an API to overwrite such hardcoded properties? ------------------ Best regards, Dmitry Sherstobitov
