Bugs item #1191774, was opened at 2005-04-28 16:10
Message generated for change (Comment added) made by stevensa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402704&aid=1191774&group_id=31602

Category: xdoclet
Group: v1.2
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Jeff (jkreska)
Assigned to: Nobody/Anonymous (nobody)
Summary: hibernate many-to-one with unique="true" gens map error

Initial Comment:
if you try and use the 'unique' parameter in a hibernate 
many-to-one mapping u end up with two entries in the 
generated mapping file.

<many-to-one
            name="TARequestType"
            
class="com.trulogica.truaccess.request.model.TAReque
stType"
            cascade="none"
            outer-join="auto"
            update="false"
            insert="false"
            unique="false"
            column="requestTypeId"
            unique="false"
        />

Not sure if this a bug or a feature :)

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

Comment By: Andrew Stevens (stevensa)
Date: 2005-05-04 17:22

Message:
Logged In: YES 
user_id=247081

Since September 2002, the XDoclet team have been using JIRA
instead of SourceForge's issue tracker.

We have therefore rejected your issue, and kindly request you to
re-enter it in JIRA:

http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa

You will have to sign up for an account before you can enter 
anything in JIRA. Signing up is free, and your user 
name/password/email will not be disclosed to anyone.

Kind Regards,
the XDoclet team.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402704&aid=1191774&group_id=31602


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to