I'm trying to use ActiveJDBC with Play framework. It requires special Instrumentation plugin to be ran on startup.
I'm also using Maven with my application.
How can I run my application with instrumentation plugin?
I'm trying to use ActiveJDBC with Play framework. It requires special Instrumentation plugin to be ran on startup.
I'm also using Maven with my application.
How can I run my application with instrumentation plugin?
Not too familiar with Play, but ActiveJDBC can be instrumented with a variety of methods, Maven plugin is only one such method. See here: http://javalt.org/p/instrumentation for more information. All you have to do is instrument ActiveJDBC models before you start Play.