--- [EMAIL PROTECTED] wrote:

> 
> It's definitely a bug.  If I chance the ordering of
> attributes to 
> 
> @hibernate.many-to-one 
>      not-null="true"
>      foreign-key="FK_USERS" 
>      cascade="all"
>      unique="true"
>      outer-join="true"
>      column="USER_ID"
>      class=" User
> 
> I get 
> 
> <many-to-one
>             name="credentials"
>             class=" User"
>             cascade="all"
>             outer-join="true"
>             update="true"
>             insert="true"
>             access="property"
>             foreign-key="FK_USERS"
>             column="USER_ID"
>             not-null="true"
>             unique="true"
>         />
> 
> in the cfg.xml file.  I will file a Jira.

XDoclet-2 plugin supports your use case. 

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Plugins for xdoclet-2 are released. check it out at:
http://www.sourceforge.net/projects/xdoclet-plugins/
----[ http://www.pribluda.de ]------------------------

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to