[Hibernate] ant junitreport: Success rate 79.56%

2006-10-27 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 ?

Re: [Hibernate] Session.replicate() into IDENTITY table ?

2006-08-11 Thread Darryl Miles
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

Re: [Hibernate] Session.replicate() into IDENTITY table ?

2006-08-11 Thread Darryl Miles
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

Re: [Hibernate] Hiber dynamic module

2006-08-03 Thread Darryl Miles
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

[Hibernate] Session.replicate() into IDENTITY table ?

2006-08-01 Thread Darryl Miles
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.