The following comment has been added to this issue:
Author: Russell Sears
Created: Mon, 3 Mar 2003 4:09 PM
Body:
I ran into this also, and was going to try compiling off CVS to see it was already
addressed. Here's the issue:
/**
* @hibernate.class
* @hibernate.discriminator
*/
public class a { ... }
/**
* @hibernate.subclass
*/
public class b extends a { ...}
/**
* @hibernate.subclass
*/
public class c extends b { ... }
Class c is ignored by xdoclet. I'm relatively new to hibernate, so I'm not sure what
the correct output would look like. My current guess is that it needs to look like
this:
.
.
.
<subclass name="c"></subclass>
<subclass name="b"></subclass>
.
.
.
Instead of looking like this:
.
.
.
<subclass name="b"></subclass>
.
.
.
Hope this helps.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-324
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XDT-324
Summary: subclasses can be deeper than 1 level
Type: Bug
Status: Assigned
Priority: Major
Time Spent: Unknown
Estimate: 0 minutes
Project: XDoclet
Component: Hibernate Module
Versions:
1.2 Beta 2
Assignee: xdoclet-devel (Use for new issues)
Reporter: Mike M.
Created: Mon, 24 Feb 2003 12:29 PM
Updated: Mon, 24 Feb 2003 12:29 PM
Environment: any
Description:
hibernate-subclass.xdt should merge hibernate-subclass cause there might be deeper
subclassing than just one level.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel