The following comment has been added to this issue:

     Author: Heiko W. Rupp
    Created: Mon, 17 Jan 2005 7:02 AM
       Body:
There might be less activity at the moment, but Xdoclet 1 is not orphanded.
---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-697?page=comments#action_15650

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-697

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-697
    Summary: Hibernate module ignores interface "subclassing"
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Jan Berkel

    Created: Sun, 2 Nov 2003 6:57 PM
    Updated: Mon, 17 Jan 2005 7:02 AM

Description:
hibernatedoclet doesn't support interfaces and @subclass.

/** @hibernate.class table="FOO" */
public interface Foo
{
 // method declaration + doclets
}

/** @hibernate.subclass */
public class FooImpl implements Foo
{
 // implementation
}

this should produce:

<hibernate-mapping>
 <class name="Foo" table="FOO">

 ...properties...
 <subclass name="FooImpl">
 ...properties...
 </subclass>
</class>

but classes implementing Foo are silently ignored by the hibernate module, so 
the <subclass> -element inside the generated mapping file is missing.


---------------------------------------------------------------------
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/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to