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] < > [email protected]<ml-node%[email protected]> >> 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-1360 > > Best, > Laird > > ----- Pinaki -- View this message in context: http://n2.nabble.com/ReverseMappingTool-easiest-way-to-produce-MappedSuperclasses-tp3879078p3930219.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
