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
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
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
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
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
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
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
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
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
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-
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
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
12 matches
Mail list logo