The following comment has been added to this issue:
Author: Lenny Marks
Created: Wed, 13 Jul 2005 3:25 PM
Body:
Sorry, I meant the latest CVS snapshot.
---------------------------------------------------------------------
View this comment:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1469?page=comments#action_16981
---------------------------------------------------------------------
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: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: XDoclet
Components:
Hibernate Module
Versions:
1.2.3
Assignee: xdoclet-devel (Use for new issues)
Reporter: Lenny Marks
Created: Tue, 12 Jul 2005 3:23 PM
Updated: Wed, 13 Jul 2005 3:25 PM
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
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel