RE: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Steve Ebersole
Title: Message And SessionCacheTest has only one test.  If it fails, then yes that is a problem.  But make sure you have the latest code. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Joshua DavisSent: Wednesday, June 23, 2004 7:39 AMTo:

RE: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Steve Ebersole
I added that one as I needed to test some session caching related functionality and had no idea where that test might fit in amongst ABCProxyTest and FooBarTest :) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gavin > King > Sent: Wednesday, June 23,

RE: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Steve Ebersole
Joshua, this was discussed prior to doing the merge. Sorry if you missed it. I pulled everything over to HEAD that was current on the v22branch at that time. I then tagged the v22branch. You should simply be able to do a merge with your stuff against that new v22branch tag, and then apply that

Re: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Joshua Davis
Okay... when did v22branch die? I guess I have to merge all my crap back into HEAD? --- Simon Spero <[EMAIL PROTECTED]> wrote: > Max Rydahl Andersen wrote: > > > v22branch is dead - long live HEAD! --- This SF.Net email sponsored by Black H

Re: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Simon Spero
Max Rydahl Andersen wrote: v22branch is dead - long live HEAD! Now there's a phrase to live by! --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defen

Re: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Gavin King
:-) hehe Aaron Knauf wrote: That sounds like the start of a slippery slope! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gavin King Sent: Thursday, June 24, 2004 1:44 AM To: Joshua Davis Cc: [EMAIL PROTECTED] Subject: Re: [Hibernate] v22branch - Unit tes

RE: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Aaron Knauf
That sounds like the start of a slippery slope! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gavin > King > Sent: Thursday, June 24, 2004 1:44 AM > To: Joshua Davis > Cc: [EMAIL PROTECTED] > Subject: Re: [Hibernate] v22branch - Unit test failures and

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

2004-06-23 Thread Oliver Geisser
Hi, we are currently examining the Hibernate3 CVS directory. We are mostly interested in the new dynamic features (dynamic-class, "entity" support) and the possibility to distribute a class across tables and join them. During experimenting with these features we stumbled across a limitation which i

Re[2]: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Max Rydahl Andersen
Hello Gavin, Wednesday, June 23, 2004, 3:44:26 PM, you wrote: > Probably. I've no idea what SessionCacheTest is > Joshua Davis wrote: >> I've just run the full JUnit suite on the v22branch and there are a >> few failures and errors. Are these okay? >> v22branch is dead - long live HEAD!

[Hibernate] returning a lazy object to a lazy state

2004-06-23 Thread Clint M. Frederickson
I have a question about lazy loading that I haven't able to answer. My situation will take some explaining so please bear with me. I have a complex graph of very large objects (each object is on the order of hundreds of MB). Most of the objects have a three level inheritance hierarchy that looks l

Re: [Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Gavin King
Probably. I've no idea what SessionCacheTest is Joshua Davis wrote: I've just run the full JUnit suite on the v22branch and there are a few failures and errors. Are these okay? CustomSQL test has 2 errors. FooBarTest has a failure. SessionCacheTest has an error. -- Gavin King +61 41 053 4

[Hibernate] v22branch - Unit test failures and errors

2004-06-23 Thread Joshua Davis
Title: Message I've just run the full JUnit suite on the v22branch and there are a few failures and errors.   Are these okay?   CustomSQL test has 2 errors. FooBarTest has a failure. SessionCacheTest has an error.