Message:

   The following issue has been re-assigned.

   Assignee: Paul Galbraith (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1349

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1349
    Summary: many-to-one unique="true" generates duplicate attributes in 
mapping file
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2.3

   Assignee: Paul Galbraith
   Reporter: Lenny Marks

    Created: Tue, 19 Apr 2005 5:40 PM
    Updated: Wed, 20 Apr 2005 9:58 AM

Description:
/**
         * @hibernate.many-to-one unique = "true" 
         *              class = "org.aps.eop.model.manuscript.PublishData"
         *              column = "PUBLISH_DATA_ID" cascade = "all" 
         */
        public PublishData getPublishData() {
                return this.publishData;
        }


---------------------------------------

 <many-to-one
            name="publishData"
            class="org.aps.eop.model.manuscript.PublishData"
            cascade="all"
            outer-join="auto"
            update="true"
            insert="true"
            unique="true"
            column="PUBLISH_DATA_ID"
            unique="true"
        />      



---------------------------------------------------------------------
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: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to