On Feb 9, 3:42 pm, Rob Bygrave <
robin.bygr...@gmail.com> wrote:
>
> Looks like a bug in the pom.
>
> <ebeanEnhance classSource="${project.build.testOutputDirectory}"
> packages="com.avaje.tests.**"
>
> ... the packages should also include com.avaje.ebean.meta.
I added this:
<ebeanEnhance classSource="${project.build.outputDirectory}"
packages="com.avaje.ebean.meta.*" transformArgs="debug=1" />
and it did the trick. Thanks, I'm not really very familiar with Maven.
> >> Any pointers on how to get a hold of a catalog of entity classes?
Well I supposed a quick and dirty solution would be for me to test my
model classes to see if they are instances of EntityBean.
/Daryl