Emmanuel,
Thanks for the response.
I tried your suggestion, but I can never get XDoclet to generate the mapping file for a joined-sublass. The XDoclet task starts, takes a few seconds, and then returns, but no code or errors are generated. I'm using XDoclet v1.2.
I researched the issue a bit more and found a bug report in JIRA at the XDoclet site:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-712 which seems to address the same problem I'm having. Even though that was a 1.2b3 issue, it's status still shows as open - and my experience with 1.2 seems to bear it out.
I'm just curious, when you use the @hibernate.joined-subclass tag as you described, is the parent class in the same package? Do you get a separate mapping file for the subclass or is the generated mapping info nested inside the parent class' mapping file?
Thanks again.