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 ?
Steve Ebersole wrote:
> StatelessSession has nothing to do with lack of a transaction!
>
> - meaning StatelessSession operates in a transaction exactly as does
> Session...
Ok I must have misunderstood its purpose (it being the
StatelessSession), with its use for bulk operations that have no
tr
Steve Ebersole wrote:
> Not sure if anyone replied to this yet or not, so I'll throw my $0.02
> into the discussion. I think all that is needed is to better allow
> definition of what is to occur during replication in the method call.
> For example, consider the changing the signature from accepti
Peter M.Chen wrote:
> a real business project often contains 100 or more persistent class,
> now hibernate startup is very slow, normally spent 30 or more seconds.
>
> So I write a module to speed up it,
> only cache the config file path(.hbm.xml) of the persistent class,
> read and parse the fi
A while ago I highlighted a problem with the differences between the
documented API and what Hibernate actually does and I'm seeking to an
open discussion about the merits and problems to renaming the current
#replicate() function to #replicateOrSave() to better identify what it
actually does.