[Hibernate] Generics in the mist

2004-06-24 Thread Simon Spero
On Jun 24, 2004, at 2:07 PM, Gavin King wrote: Yes, we just need a little Ant to weed out the offending Could always use the generics compiler in source generation mode - if you give the compiler the "-s" flag, it generates source files instead of class files. I believe that this is what Sun h

[Hibernate] Help! (ignore DTD consisntency check)

2004-06-24 Thread Tony Calleri França
Hi, I´m trying to make an EJB (session) use Hibernate to list some entities from a database, but DTD validation is really annoying. I´m using Jboss 3.2.3, and I´m deploying the EJB Module as a jar file. I tried 3 things and had a different error in each case. xml #1: = hibernate.cf

Re: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Gavin King
Yes, we just need a little Ant to weed out the offending in that one file. Emmanuel Bernard wrote: Hibernate want to stay JDK 1.3 backward compatible, AFAIK. Thus it has to be compilable with a good old JDK 1.3 :-) We need to make the ant process tolerant. -- Emmanuel Bernard [EMAIL PROTECTED]

Re: [Hibernate] Hibernate3 - Limitation of joins in combination with dynamic-class

2004-06-24 Thread Oliver Geisser
Hi. This is the answer I got from Gavin in the case someone else is interested in this: Gavin King wrote: > looks like a mistake in the DTD. try changing the DTD > Oliver Geisser wrote: Hi, we are currently examining the Hibernate3 CVS directory. We are mostly interested in the new dynamic features

Re: Re[2]: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Emmanuel Bernard
Hibernate want to stay JDK 1.3 backward compatible, AFAIK. Thus it has to be compilable with a good old JDK 1.3 :-) We need to make the ant process tolerant. -- Emmanuel Bernard [EMAIL PROTECTED] > On Jun 24, 2004, at 7:51 AM, Max Rydahl Andersen wrote: > >> Is it not too big a step to have jdk 1

Re[4]: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Max Rydahl Andersen
Hello Simon, > Fortunately, 2.4 has a magic target, jsr14, which generate 1.4 format > class with no problems. There are comments in the source code that say > that this flag might go away in the future. exactly - they did not deliver what they promised me and the rest of the world ;) /max >

Re: Re[2]: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Simon Spero
On Jun 24, 2004, at 7:51 AM, Max Rydahl Andersen wrote: Is it not too big a step to have jdk 1.5 compile AND runtime dependency on the core ? (sun's promise of jdk 1.4 compability generics did not hold as i've been told ;( It is still possible to generate compile and run generics under 1.4 using

Re: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Christian Bauer
On Jun 24, 2004, at 8:07 AM, Joshua Davis wrote: I've been thinking that maybe a nightly build would be a Good Thing(TM). Maybe I'll set up a JDK1.4 nightly build on my Linux box. It's on the TODO, waiting for our new server machine. -- Christian Bauer +49 171 455 66 53 Hibernate [EMAIL PROTECTED]

RE: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Joshua Davis
I've been thinking that maybe a nightly build would be a Good Thing(TM). Maybe I'll set up a JDK1.4 nightly build on my Linux box. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joshua Davis > Sent: Thursday, June 24, 2004 8:04 AM > To: [EMAIL P

RE: Re[2]: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Joshua Davis
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > > On Jun 24, 2004, at 6:44 AM, Joshua Davis wrote: > > >> A few questions about Hibernate3 HEAD: > >> > >> * Should Hibernate3 HEAD only compile with JDK1.5? > > > public Object getObjectInstance(Object refe

Re[2]: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Max Rydahl Andersen
Hello Christian, Thursday, June 24, 2004, 6:55:57 PM, you wrote: > On Jun 24, 2004, at 6:44 AM, Joshua Davis wrote: >> A few questions about Hibernate3 HEAD: >> >> * Should Hibernate3 HEAD only compile with JDK1.5? > public Object getObjectInstance(Object reference, Name name, Context > ctx, H

RE: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Joshua Davis
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > > A few questions about Hibernate3 HEAD: > > * Should Hibernate3 HEAD only compile with JDK1.5? > > No. > > The only jdk1.5 dependency is in hibernateext/annotation > which is not part of hibernate core. U

Re: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Christian Bauer
On Jun 24, 2004, at 6:44 AM, Joshua Davis wrote: A few questions about Hibernate3 HEAD: * Should Hibernate3 HEAD only compile with JDK1.5? public Object getObjectInstance(Object reference, Name name, Context ctx, Hashtable env) in org.hibernate.impl.SessionFactoryObjectFactory.java added by Gavin

Re: [Hibernate] Hibernate3 HEAD

2004-06-24 Thread Max Rydahl Andersen
Hello Joshua, Thursday, June 24, 2004, 12:44:06 PM, you wrote: > A few questions about Hibernate3 HEAD: > * Should Hibernate3 HEAD only compile with JDK1.5? No. The only jdk1.5 dependency is in hibernateext/annotation which is not part of hibernate core. > * test/org/hibernate/test/Multiplici

[Hibernate] Hibernate3 HEAD

2004-06-24 Thread Joshua Davis
A few questions about Hibernate3 HEAD: * Should Hibernate3 HEAD only compile with JDK1.5? * test/org/hibernate/test/MultiplicityType.java doesn't seem to compile. Is that right? --- This SF.Net email sponsored by Black Hat Briefings & Train