I am sure this
question has been dealt with, but I don't seem to be able to find the discussion
in the archives.
I have a generic
entity bean that I use as the parent class of many of my entity beans. The
generic parent class has a property that needs to be persisted using CMP along
with the additional properties of the subclass. The field of the parent class
does not show up in the ejb-jar.xml. The parent class is tagged with xdoclet
tags, but I do not actually run XDoclet explicitly over the parent class. Is
this what a I am missing? Confused ...
