Re: [Hibernate] Xdoclet stuffs...

2003-12-16 Thread Mauro Sergio Silva
- Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: "Mauro Sergio Silva" <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 9:07 AM Subject: Re: [Hibernate] Xdoclet stuffs... > > --- Mauro Sergio Silva <[EMAIL PROTECTED]> > wrote: > > Hi Konstantin > > Hi Mario, >

[Hibernate] The user must supply a JDBC connection

2003-12-16 Thread Welerson Maduro
Hi,   I'm using eclipse and I'm trying complile one example project and the folowing error occurr: "The user must supply a JDBC connection"   Does anyone know what is that?   Tanks   Welerson Maduro   Analista de SistemasInfoquest Internet Softwarehttp://www.infoquest.com.br/Java Developme

Re: [Hibernate] The user must supply a JDBC connection

2003-12-16 Thread Gavin King
Missing hibernate.properties, probably. Please use the user forum for this kind of issue. TIA Welerson Maduro wrote: Hi, I'm using eclipse and I'm trying complile one example project and the folowing error occurr: "The user must supply a JDBC connection" Does anyone know what is that? Ta

Re: [Hibernate] The user must supply a JDBC connection

2003-12-16 Thread Welerson Maduro
Hi again,   I discovered the problem by myself... The file hibernate.properties must be in the same place of the source files.     - Original Message - From: Welerson Maduro To: [EMAIL PROTECTED] Sent: Monday, September 15, 2003 11:09 AM Subject: [Hibernate] The u

[Hibernate] Link down in external doc

2003-12-16 Thread Emmanuel Bernard
Hi I've always seen http://www.meagle.com:8080/hibernate_template.jsp down. There is a mirror though http://raibledesigns.com/wiki/Wiki.jsp?page=XDocletEclipse Link in this page http://www.hibernate.org/Documentation/ExternalDocumentation __

Re: [Hibernate] Link down in external doc

2003-12-16 Thread Christian Bauer
On 16 Dec (15:11), Emmanuel Bernard wrote: > Link in this page http://www.hibernate.org/Documentation/ExternalDocumentation Fixed --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills

Re: [Hibernate] Small fix for build.xml in hibernate dist

2003-12-16 Thread Christian Bauer
On 15 Dec (18:55), Andrew Premdas wrote: > When following Documentation > Getting Started, you have to run the task > 'eg' in the build file to build and run the sample. If your database > properties are not correct the build still says it has suceeded even though > it has failed. > > Fix > > Ad