Hi,
when running code that call this method, it throws the follow exception:
java.lang.AbstractMethodError: com.sap.db.jdbc.trace.PreparedStatement.closeOnCompletion()V
I'm using
| <dependency> | ||||
| <groupId>com.sap.db.jdbc</groupId> | ||||
| <artifactId>ngdbc</artifactId> | ||||
| <version>1.103.0</version> | ||||
| </dependency> |
any idea?
Thanks,