On Wed, 2005-02-16 at 10:36, [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


And what if you put the closing quote mark on the class attribute?
s/definitely/not :-)


Andrew.


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



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