I am using ActiveJDBC and I am able to get the instrumentation generated properly and included when I build and run my project with gradle from the command line.
When I use Debug As/ Run As from Eclipse, the instrumentation seems to be skipped and I get errors when I try to query using ActiveJDBC. Because of this I am unable to get a properly running application where I can set breakpoints for debugging.
I am using Spring with springboot for the project.