Hi Laird,
Which version of OpenJPA you are on?
Why I ask is if you are on trunk, then MappedSuperclass is represented in ClassMetaData.setAbstract().
ReverseCustomizer should set ClassMetaData.setAbstract(true) and annotation builder getEntityType() requires to check isAbstract() to return MappedSuperclass.
Regards --
Pinaki
ljnelson wrote:
On Fri, Oct 23, 2009 at 11:05 AM, ljnelson [via OpenJPA] <
ml-node+3879262-1760251060@n2.nabble.com<ml-node%2B3879262-1760251060@n2.nabble.com>
> wrote:
> I spoke too soon. Setting this to true seems to eliminate all the useful
> length and nullability information from the resulting annotations.
>
JIRA filed:
https://issues.apache.org/jira/browse/OPENJPA-1360Best,
Laird
Pinaki