2) I've fixed the XMLDataBinder one.
There is still 1 failure on refresh with lock mode (MasterDetailTest).
The LockMode seems not to be applied. This part is still too obscure for me.
Joshua Davis wrote:
Should I add the task to the build file so that I can compile with
1.4?
1) It still doesn't
Joshua Davis wrote:
1) It still doesn't compile with 1.4.
2) There are still unit test failures.
I had a few problems building with generics-ea-2.4:
The problem was due to the change in the method signature in
ObjectFactory; the generics compiler doesn't have the updated inteface
in its stubs
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]
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]
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
> -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
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
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