We are using the avaje-agentloader to enhance our ebeans. All the ebeans are in the same package. We are including the loader, the agent & the base ebean library in our project (via sbt):
"org.avaje" % "avaje-agentloader" % "1.1.2",
"org.avaje.ebeanorm" % "avaje-ebeanorm" % "4.5.5",
"org.avaje.ebeanorm" % "avaje-ebeanorm-agent" % "4.5.2",
However, when the loader runs the enhancement, it skips ONE ebean.
Each ebean is annotated with @Entity
and extends com.avaje.ebean.Model
. There seem to be no differences between the ones that get enhanced and the one that does not. There are no extra includes, or extends, etc.
Basically, I'm wondering if anyone has run across this issue in the past, or has any insights.
Things we've tried:
serverConfig.setClasses(...)
serverConfig.addPackage(...)
or setPackages(...)
Transformer.transform
and the bean in question is never actually hit.Note: if we use the ebean agent via an agent loader on the command line, or via a maven plugin, or sbt, it works.
Originally posted to StackOverflow.
--
---
You received this message because you are subscribed to the Google Groups "Ebean ORM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ebean+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ebean+unsubscribe@googlegroups.com.