RE: [Xdoclet-user] jboss.persistence (again): jbosscmp-jdbc_xml.xdt

2004-02-10 Thread Rupp, Heiko
Hi, now I am on track again In the 4.0 source tree, there is no such thing as a 4.0 DTD for CMP. 4.0 uses the 3.2 DTD. The link you showed points to the Attic, where the 4.0 DTD has been burried when 4.0 was rolled back to 3.2 and freshly started last year. Heiko -

[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

Re: RE: [Xdoclet-user] Many to many with Hibernate

2004-02-10 Thread kaxell
Hi, Thanks for your replys, but the trick I used to get it working was with the "@hibernate.collection-composite-element" tag. If anyone is interested in seeing how it works just reply to this message and I'll put an example on the list. /Klas > > From: "Shishir K. Singh" <[EMAIL PROTECTED]>

Re: [Xdoclet-user] converting existing EJB-Packages to XDoclet format

2004-02-10 Thread JDev23
Hi Konstantin, thanks for the reply, but my problem is the following: I've got already over 100 EJB components in exploded format with all stuff (descriptors, ...) and i'd like to avoid to enter manually the whole configuration of descriptors in XDoclet-tags. This would be a lot of work. The ejbs

[Xdoclet-user] AntDocs

2004-02-10 Thread Inger, Matthew
I'm having some problems with AntDocs subtask of . It's generating an .xml file. However, the class description has XML entity references in it, such as < and >. Shouldn't the section with the class description be enclosed in a block? The current generation causes an XML parse error when i try

Re: [Xdoclet-user] Many to many with Hibernate

2004-02-10 Thread Mark Lowe
Yeah I wouldn't mind having a butchers.. (uk idiom for take a look). On 10 Feb 2004, at 12:29, kaxell wrote: Hi, Thanks for your replys, but the trick I used to get it working was with the "@hibernate.collection-composite-element" tag. If anyone is interested in seeing how it works just rep

RE: RE: [Xdoclet-user] Many to many with Hibernate

2004-02-10 Thread Shishir K. Singh
Hello, Could you pls show the snippet. Thanks Shishir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kaxell Sent: Tuesday, February 10, 2004 6:30 AM To: [EMAIL PROTECTED] Subject: Re: RE: [Xdoclet-user] Many to many with Hibernate Hi, Thanks for yo

Re: [Xdoclet-user] converting existing EJB-Packages to XDoclet format

2004-02-10 Thread Konstantin Priblouda
--- JDev23 <[EMAIL PROTECTED]> wrote: > Hi Konstantin, > > thanks for the reply, but my problem is the > following: > I've got already over 100 EJB components in exploded > format with all stuff (descriptors, ...) and i'd > like > to avoid to enter manually the whole configuration > of > descrip

Re: [Xdoclet-user] converting existing EJB-Packages to XDoclet format

2004-02-10 Thread Andrew Stevens
On Mon, 2004-02-09 at 10:16, Konstantin Priblouda wrote: > --- JDev23 <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > I have got already my EJBs just in standard J2EE > > exploded format (including home, remote interface, > > descriptors, ...) with no XDoclet tags. > > > > Is there any way to conv