0

Even if Eclipse already said that class is instrumented, when I click "Reload Server" on CaptainCasa toolset, error occurs

org.javalite.activejdbc.InitException: you are trying to work with models, but no models are found. Maybe you have no models in project, or you did not instrument the models. It is expected that you have a file activejdbc_models.properties on classpath...

Here is the Instrumentation message from Eclipse.

Here is the error to make it more detailed.

kk.
  • 3,747
  • 12
  • 36
  • 67

1 Answers1

0

the only reason for you to see this error is when your models are not instrumented. It is possible that your framework or an IDE wipes instrumented models and replaces them with non-instrumented.The message is self-explanatory.

ipolevoy
  • 5,432
  • 2
  • 31
  • 46