Hello,

I just built the latest Xdoclet (not Xdoclet2) from CVS.
I am having trouble getting it to recognize certain @hibernate
properties.
In particular:

  insert="false" update="false" 

I am using them like this:

/**
 * @hibernate.many-to-one name="Account"
 *  class="com.example.model.Account"
 *  column="account_id"
 *  insert="false" update="false"
 */

I have seen references in various Xdoclet/Hibernate lists, fora,
etc. that this should work.  However, Xdoclet doesn't seem to
generate anything for those insert and update properties.
I just checked Xdoclet's Hibernate docs:

http://xdoclet.sourceforge.net/tags/[EMAIL PROTECTED](0..1)

I do not see insert/update there, although I did see those two
documented as valid on some Xdoclet page (which I accesses
through Google's cache, so I don't remember its URL).

How can I get Xdoclet to recognize insert/update and generate
the appropriate stuff in .hmb.xml files?

Thank you,
Otis


________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to