Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-24 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > I'm looking at the springframework and all that. It > would be nice to > "discover" the hbm.xml files in the jar somehow > during a configuration. If > I use the springframework beans method, I still have > to know what the hbm's > are after xdoclet and cre

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-24 Thread khote
e it all together for myself as a subtask who knows... - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 24, 2003 12:58 AM Subject: Re: [Xdoclet-user] Generating hibernate mapping files > > --- kho

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-24 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > Is there a switch or setting that will enable the > creation of a single > hibernate.hbm.xml file, whether first or through > merging hbm.xml files? > I'm affraid not. Hibernate mappings are generated in per-class mode, so one class - one mapping ( except sub

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-23 Thread khote
03 4:35 AM Subject: Re: [Xdoclet-user] Generating hibernate mapping files > > --- Mark Lowe <[EMAIL PROTECTED]> wrote: > > Hi Andrew > > > > On 23 Nov 2003, at 00:32, Andrew Stevens wrote: > > > > > On Sat, 2003-11-22 at 13:29, Mark Lowe wrote:

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-23 Thread Konstantin Priblouda
--- Mark Lowe <[EMAIL PROTECTED]> wrote: > Hi Andrew > > On 23 Nov 2003, at 00:32, Andrew Stevens wrote: > > > On Sat, 2003-11-22 at 13:29, Mark Lowe wrote: > >> I'm having trouble generating the xml mapping > files for hibernate. The > >> task fires up the my classes compile but just > cant gen

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-23 Thread Mark Lowe
Hi Andrew The white space between the xdoclet tag and the class declaration was the puppy. Then I got errors and thus I got things working. An interesting quirk, albeit expensive in terms of time. But thanks to you I haven't washed another day out on this. Many thanks Mark On 23 Nov 2003, at

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-23 Thread Andrew Stevens
On Sun, 2003-11-23 at 01:52, Mark Lowe wrote: > Hi Andrew > > On 23 Nov 2003, at 00:32, Andrew Stevens wrote: > > > On Sat, 2003-11-22 at 13:29, Mark Lowe wrote: > >> I'm having trouble generating the xml mapping files for hibernate. The > >> task fires up the my classes compile but just cant gen

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-22 Thread Mark Lowe
Hi Andrew On 23 Nov 2003, at 00:32, Andrew Stevens wrote: On Sat, 2003-11-22 at 13:29, Mark Lowe wrote: I'm having trouble generating the xml mapping files for hibernate. The task fires up the my classes compile but just cant generate the resources from my tags. ...

Re: [Xdoclet-user] Generating hibernate mapping files

2003-11-22 Thread Andrew Stevens
On Sat, 2003-11-22 at 13:29, Mark Lowe wrote: > I'm having trouble generating the xml mapping files for hibernate. The > task fires up the my classes compile but just cant generate the > resources from my tags. ... > > > Checking the obvious, 1) you did use java

[Xdoclet-user] Generating hibernate mapping files

2003-11-22 Thread Mark Lowe
Hello I'm having trouble generating the xml mapping files for hibernate. The task fires up the my classes compile but just cant generate the resources from my tags. I'm sure this I'm missing something out I just don't know what. The tags are straight forward enough, can I assume that xdoclet w