Got the fixes in r10470. Thanks. I updated HHH-1668 -- PList and PBag
still have issues (failing tests). I can add a patch if you don't have
it local, Steve. The failing tests I had for PMap have apparently been
fixed.
I'm also having problems again with HHH-1401. Added a test (see link
below
Is this the expected behavior that merging a collection will _always_
cause a version update??
if there are additions/removals to the collection then yes.
The reason being that the actual collections are considered value types of
the entity.
If you don't want optimistic locking to fire here
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20060913021357
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 09/13/2006 02:13:57Time to build: Last changed: 12/31/2005 20:44:14Last log entry: less noisy
Max Rydahl Andersen wrote:
if there are additions/removals to the collection then yes.
The reason being that the actual collections are considered value types
of the entity.
If you don't want optimistic locking to fire here then set
optimistic-lock="false" on the association.
Thanks Max. The
Without having had a chance yet to look, what exactly are the proposed
changes in regards to lists and bags?
As for the code snippet and question, you'd need to find out why the
collection is considered dirty on merge...
-Original Message-
From: Josh Moore [mailto:[EMAIL PROTECTED]
Sent:
Steve Ebersole wrote:
Without having had a chance yet to look, what exactly are the proposed
changes in regards to lists and bags?
The changes are identical to PersistentSet omitting the add* methods.
I.e. clear, remove, removeAll, and retainAll all use the idiom:
initialize(true)
if ( list
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060913215957
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/sc
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20060913221223
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 09/13/2006 22:12:23Time to build: Last changed: 12/31/2005 20:44:14Last log entry: less noisy