I am using MyEclipse + Maven and ActiveJDBC for my project.
I am deploying my project in exploded mode to a tomcat server from inside MyExclipse so I can profit from hot deploy during development. But everytime I change a DB class I have to manually instrument them. Is there a way to auto instrumented the classes? I already have the instrumentation plugin in my pom but that gets ignored.
If not I am thinking about moving to a different db framework. Any suggestions?