Message:

   The following issue has been resolved as FIXED.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1469
    Summary: many-to-many within list not being generated
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Fix Fors:
             1.3
   Versions:
             1.2.3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Lenny Marks

    Created: Tue, 12 Jul 2005 3:23 PM
    Updated: Mon, 18 Jul 2005 8:58 AM

Description:
I just tried regenerating my mappings from the latest source. The 
<many-to-many> subelement of my <list> is no longer being generated in my 
mapping file. 

/**
     * 
     * @hibernate.list cascade = "none" inverse = "false" 
     *          table = "MANUSCRIPT_MANUSCRIPT_GROUP" lazy = "false" 
     *          where = "PAPER_NUMBER IS NOT NULL" schema = "MANUSCRIPTS"
     * @hibernate.key column = "MAN_GROUP_ID"
     * @hibernate.list-index column = "PAPER_NUMBER" base = "1"
     * @hibernate.collection-many-to-many 
     *          class = "org.aps.eop.model.manuscript.Manuscript" 
     *          column = "MANUSCRIPT_ID" outer-join = "true"
     *                  
     */
    public List getManuscripts() {
        return manuscripts;
    }
    
is generating

<list
            name="manuscripts"
            table="MANUSCRIPT_MANUSCRIPT_GROUP"
            schema="MANUSCRIPTS"
            lazy="false"
            inverse="false"
            cascade="none"
            where="PAPER_NUMBER IS NOT NULL"
        >

            <key
                column="MAN_GROUP_ID"
            >

            </key>

            <list-index
                column="PAPER_NUMBER"
                base="1"
            >

            </list-index>

        </list>



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



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to