Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1404
    Summary: many-to-one mappings using name for both the column and name 
attributes
       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: Lenny Marks

    Created: Tue, 17 May 2005 12:24 PM
    Updated: Tue, 17 May 2005 12:24 PM

Description:
Using the latest source, all my many-to-one mappings broke. The mapping file is 
written with the name for both the column and name attributes.

/**
 * 
 * @hibernate.many-to-one class = "org.aps.eop.model.manuscript.Journal"
 *              not-null = "true" column = "JOURNAL_ID" 
 */
public Journal getJournal() {
        return this.journal;
}


 <many-to-one
            name="journal"
            class="org.aps.eop.model.manuscript.Journal"
            cascade="none"
            outer-join="auto"
            update="true"
            insert="true"
            column="journal"
        >


---------------------------------------------------------------------
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 Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to