Re: [Xdoclet-user] Problems with Hibernate code...

2004-09-17 Thread Timothy Reaves
Well, I've smacked myself thoroughly for this one. Thanks for proof-reading for me! On Sep 14, 2004, at 7:04 AM, Konstantin Priblouda wrote: --- Aleksandr Shneyderman <[EMAIL PROTECTED]> wrote: Check your spellings. Xdoclet is not NLP enabled :-) It can't guess that your 'collections-one-to-man

RE: [Xdoclet-user] Problems with Hibernate code...

2004-09-14 Thread Konstantin Priblouda
--- Aleksandr Shneyderman <[EMAIL PROTECTED]> wrote: > Check your spellings. Xdoclet is not NLP enabled :-) > It can't guess that > your 'collections-one-to-many' has to be really just > 'collection-one-to-many' and 'collections-key' has > to be > 'collection-key' xdoclet-2 plugin is spellcheck

RE: [Xdoclet-user] Problems with Hibernate code...

2004-09-14 Thread Aleksandr Shneyderman
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Reaves Sent: Monday, September 13, 2004 10:47 PM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] Problems with Hibernate code... Hello all. I'm using Hibernate 2.1.6, XDoclet 1.2, and maven 1.0. My generated mapping files look

[Xdoclet-user] Problems with Hibernate code...

2004-09-13 Thread Timothy Reaves
Hello all. I'm using Hibernate 2.1.6, XDoclet 1.2, and maven 1.0. My generated mapping files look fine, except the set tag. I have this code in my Java class: /** * @hibernate.set * role="ownes" * @hibernate.collections-one-to-many * class="com.foo.inventory.model.