Hi Etan,
>
> thanks for the quick reply. i understand your suggestion to use
> a classdescriptorresolver. i wonder if along the same lines it
> might
> not be simpler for me to create additional subclassed
> <classname>Descriptor.java classes simply to satisfy the default
> classdescriptorresolver?
Oh that's true, I forgot that possibility: if castor has generated A and
Adescriptor and you have B that extends A then simply create an *empty*
class Bdescriptor:
public class BDescriptor extends ADescriptor {
}
>
> about your suggestion to use a mapping file -- i must admit i
> don't
> see it just yet. how does one specify in a mapping the
> relationship to the parent class and its classdescriptor? maybe
> via the <class> "extends" attribute?
Yes just using the 'extend' attribute will help Castor to determine the
relationship between the classes.
Arnaud
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev