Re: [Xdoclet-user] Issues with XDoclet Hibernate Example

2004-02-13 Thread Konstantin Priblouda
> I do understand the volunteer efforts and the > constraints. > Unfortunately, at this moment I do not feel > comfortable enough with the > basic technology and the process to jump in. If you like to jump in, I would recomment upcoming xdoclet 2. Hibernate module there is already functional t

Re: [Xdoclet-user] Issues with XDoclet Hibernate Example

2004-02-12 Thread Andreas Kemkes
Konstantin: Konstantin Priblouda wrote: --- Andreas Kemkes <[EMAIL PROTECTED]> wrote: Thanks for answering. Wouldn't it be better with all this implicit mandatory guessing to fill in the class name instead of ""? Can xdoclet do that? No. XDoclet has no way to know, w

Re: [Xdoclet-user] Issues with XDoclet Hibernate Example

2004-02-12 Thread Konstantin Priblouda
--- Andreas Kemkes <[EMAIL PROTECTED]> wrote: > Thanks for answering. > > Wouldn't it be better with all this implicit > mandatory guessing to fill > in the class name instead of ""? Can xdoclet do > that? No. XDoclet has no way to know, what class is intendet to be inside this collection ( i

Re: [Xdoclet-user] Issues with XDoclet Hibernate Example

2004-02-11 Thread Andreas Kemkes
Thanks for answering. Wouldn't it be better with all this implicit mandatory guessing to fill in the class name instead of ""?  Can xdoclet do that? In any case, the hibernate examples that come with xdoclet don't seem to be compliant with  the xdoclet capabilities.  That's confusing when you

Re: [Xdoclet-user] Issues with XDoclet Hibernate Example

2004-02-11 Thread Konstantin Priblouda
--- Andreas Kemkes <[EMAIL PROTECTED]> wrote: > I'm trying to get my feet wet with the XDoclet > Hibernate Example of the > XDoclet1.2/12-19-03 distribution and ran in a few > problems: > > (1) In Animal.java: > >* @hibernate.collection-many-to-many >* column="PREY_ID" > > T

[Xdoclet-user] Issues with XDoclet Hibernate Example

2004-02-10 Thread Andreas Kemkes
I'm trying to get my feet wet with the XDoclet Hibernate Example of the XDoclet1.2/12-19-03 distribution and ran in a few problems: (1) In Animal.java: * @hibernate.collection-many-to-many * column="PREY_ID" This tag does not have an explicit class parameter, which is not mandato