Re: [hibernate-dev] [Fwd: [redhat.com #1341720] [Fwd: Re: Unable to checkout core/trunk/core]]

2009-10-22 Thread Darryl Miles
I had exactly this same problem the other day (when checking out various JBoss SVN projects first the first time). My Linux workstation has direct NATed internet connectivity, but my Windows XP workstation must use a proxy (both HTTP/SOCKS5 are available). I found that my WinXP box was unable

Re: [hibernate-dev] Hibernate Disjunction Criteria broken: returns true for empty list of criteria

2008-11-01 Thread Darryl Miles
William Pugh wrote: When you form a Hibernate Disjunction criteria, but don't add any clauses to it, you get a criteria that matches everything. Here is my crack at it: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3583 I still maintain that adding empty Disjunction() in Cri

Re: [hibernate-dev] Hibernate Disjunction Criteria broken: returns true for empty list of criteria

2008-10-30 Thread Darryl Miles
Ahead of my claim is that an empty Junction in Criteria API is really a programming concern (possibly a programming/usage error). I understand your point of view of the way you might expect it to work if you were creating an SQL query builder and wanted to deal with the empty junction situat

Re: [hibernate-dev] Hibernate Disjunction Criteria broken: returns true for empty list of criteria

2008-10-28 Thread Darryl Miles
William Pugh wrote: Generally, when you perform a reduction over an empty list, the expected result is the identity element for the reduction. For example, the sum of the empty list is 0, the product of the empty list is 1, the conjunction of the empty list is true, and the disjunction of the emp

Re: [hibernate-dev] Memory consumption

2007-11-09 Thread Darryl Miles
Markus Heiden wrote: After executing actions, the actions (e.g. EntityInsertAction) will be moved from ActionQueue.inserts etc. to ActionQueue.executions to stay there until the transaction completes. Because they do have a reference to the instance being saved, they prevent that instance from

Re: [hibernate-dev] [Fwd: hibernate-mysql50-testsuite Build CompletedWith Testsuite Errors]

2006-12-04 Thread Darryl Miles
Steve Ebersole wrote: > Um, perhaps if you are going to ask me to do something you could can the > attitude? Seems like a basic requirement to me... Sorry if I put words in your mouth there or seem to be creating lots of work for somebody else. Is the cruise control configuration / testing

Re: [hibernate-dev] [Fwd: hibernate-mysql50-testsuite Build CompletedWith Testsuite Errors]

2006-12-04 Thread Darryl Miles
Steve Ebersole wrote: I am not really familiar with CruiseControl, so what exactly do you mean by "emit"? emit in this case means make it clearly visible at first glance which JDK, Host, JDBC Driver and SQL Server version are being used for the test case run. That seems like a pretty basic r

Re: [hibernate-dev] [Fwd: hibernate-mysql50-testsuite Build Completed With Testsuite Errors]

2006-12-04 Thread Darryl Miles
Is it possible to emit some extra information with the testsuite output summary. The host running the testsuites JDK and Operating System (whichever values seems more useful across the major JDK) : java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version=1.5

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Darryl Miles
Max Rydahl Andersen wrote: On Wed, 29 Nov 2006 10:10:46 +0100, Darryl Miles <[EMAIL PROTECTED]> wrote: Aleksandar Kostadinov wrote: As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18 I think it's worth installing newer version. Have you got

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Darryl Miles
Aleksandar Kostadinov wrote: As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18 I think it's worth installing newer version. Have you got a reference to this bug ? Darryl ___ hibernate-dev mailing list hibernate-

Re: [hibernate-dev] ant junitreport: Success rate 79.56%

2006-11-06 Thread Darryl Miles
My 7.33% Hypersonic SQL was bogus, after installing the driver results are upto 93.3% now which is confidence gaining. (Failures=36, Errors=22 out of 906) For Mysql 79.56% (Failures=30, Errors=156 out of 910) So from this I can say that Hypersonic SQL is the best reference configuration fo

[hibernate-dev] ant junitreport: Success rate 79.56%

2006-11-06 Thread Darryl Miles
As part of release engineering, are the junit tests run in at least one configuration (JVM, Java version, JDBC driver, SQL server implementation) to prove they pass ? If so what configuration is used ? Many of the tests fail for my configuration, Success rate 79.56%, is this to be expected