0

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?

emt14
  • 4,846
  • 7
  • 37
  • 58
skayred
  • 10,603
  • 10
  • 52
  • 94

1 Answers1

0

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.

ipolevoy
  • 5,432
  • 2
  • 31
  • 46