Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1428
    Summary: HibernateDoclet not generating mapping files
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Jun Huang

    Created: Mon, 6 Jun 2005 4:05 PM
    Updated: Mon, 6 Jun 2005 4:05 PM
Environment: windows 2000, xdoclet1.3, ant 1.6.2

Description:
HibernateDoclet will skip the java file (not generate the mapping file) if you 
specify your @hibernate.class tag like this:

/*
 * @hibernate.class table="RX_MD_DEPARTMENT"
 *  
 */

Once I changed the above to

/**
 * @hibernate.class table="RX_MD_DEPARTMENT"
 *  
 */

It suddently worked. (Please note that the extra * on the first line in the 
second statement.)

This is a nasty bug which caused me lots of time.

Please fix it. Thanks.



---------------------------------------------------------------------
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



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to