Bottom line up-front: Here's the error I'm getting within IntelliJ:
Failed to execute goal org.javalite:activejdbc-instrumentation:1.4.2:instrument (default-cli) on project hsdart: Failed to add output directory to classpath: org.javalite.instrumentation.InstrumentationException: javassist.NotFoundException: getClassName(..) is not found in net.hintsight.dart.models.ExtractDescriptor -> [Help 1]
The build works from the CLI, just not from within IntelliJ. Here's the step I added to test builds:
org.javalite:activejdbc-instrumentation:1.4.2:instrument
Other important bits:
Full output from IntelliJ: http://pastebin.com/wfpE5umK
Your ActiveJDBC version maybe 1.4.12, but the version of the instrumentation plugin is 1.4.2. Please, upgrade the plugin to the same as the library and try again.