The following comment has been added to this issue:
Author: Lenny Marks
Created: Tue, 19 Apr 2005 5:46 PM
Body:
Sorry I didn't mean to classify this as Major priortity, but I can't edit.
---------------------------------------------------------------------
View this comment:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1349?page=comments#action_16403
---------------------------------------------------------------------
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: xdoclet-devel (Use for new issues)
Reporter: Lenny Marks
Created: Tue, 19 Apr 2005 5:40 PM
Updated: Tue, 19 Apr 2005 5:46 PM
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel