I have a model which I am persisting into JackRabbit using OCM. To date
it has been pretty flat - a simple bean, but I noticed that there were
several fields that were in common between various model classes so I
pulled those up into a parent.
Problem is that it doesn't appear that the @Field annotations on the
parent are found, and so they are not being set. I modified the OCM code
to add the @Inherited annotation to field, but this appears not to have
helped.
Does anyone know of a work around for this?