Skip to content

HHH-13228 - The modification of a @OneToOne with @MapsId property is silently ignored during a merge operation #2755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2019

Conversation

vladmihalcea
Copy link
Contributor

@@ -1848,4 +1848,8 @@ void attemptToAssociateProxyWithTwoOpenSessions(
@LogMessage(level = WARN)
@Message(value = "Using @AttributeOverride or @AttributeOverrides in conjunction with entity inheritance is not supported: %s. The overriding definitions are ignored.", id = 499)
void unsupportedAttributeOverrideWithEntityInheritance(String entityName);

@LogMessage(level = WARN)
@Message(value = "The [%s] property of the [%s] entity was modified, but it won't be updated because the property is immutable!", id = 500)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a proper review but I think we should remove the exclamation point. It does not seem very professional to me.

Another thing is that we should check the full output of the Hibernate tests to check that this error message is not logged when it should not be.

@vladmihalcea
Copy link
Contributor Author

@gsmet I removed the exclamation mark.

Related to logging this in other tests, this is the list of tests emitting this warning:

./tests/test/classes/org.hibernate.graph.EntityGraphFunctionalTests.html:299:08:48:32,159  WARN AbstractEntityPersister:497 - HHH000500: The [comments] property of the [org.hibernate.graph.EntityGraphFunctionalTests$Issue] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.graph.EntityGraphFunctionalTests.html:300:08:48:32,160  WARN AbstractEntityPersister:497 - HHH000500: The [comments] property of the [org.hibernate.graph.EntityGraphFunctionalTests$Issue] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.jpa.test.callbacks.CallbacksTest.html:1485:08:48:38,595  WARN AbstractEntityPersister:497 - HHH000500: The [kittens] property of the [org.hibernate.jpa.test.Cat] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.jpa.test.cascade.DetachAndContainsTest.html:166:08:48:40,125  WARN AbstractEntityPersister:497 - HHH000500: The [teeth] property of the [org.hibernate.jpa.test.cascade.DetachAndContainsTest$Mouth] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.jpa.test.cascade.multilevel.MultiLevelCascadeTest.html:227:08:48:43,006  WARN AbstractEntityPersister:497 - HHH000500: The [middles] property of the [org.hibernate.jpa.test.cascade.multilevel.Top] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.jpa.test.ops.PersistTest.html:276:08:49:35,203  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.jpa.test.ops.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.html:1381:08:50:06,289  WARN AbstractEntityPersister:497 - HHH000500: The [muffinSet] property of the [org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest$Box] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.abstractembeddedcomponents.propertyref.AbstractComponentPropertyRefTest.html:170:08:50:13,560  WARN AbstractEntityPersister:497 - HHH000500: The [address] property of the [org.hibernate.test.abstractembeddedcomponents.propertyref.ServerImpl] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.abstractembeddedcomponents.propertyref.AbstractComponentPropertyRefTest.html:260:08:50:13,579  WARN AbstractEntityPersister:497 - HHH000500: The [address] property of the [org.hibernate.test.abstractembeddedcomponents.propertyref.ServerImpl] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.beanvalidation.MergeNotNullCollectionTest.html:186:08:50:16,306  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.annotations.beanvalidation.MergeNotNullCollectionTest$Parent] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.cascade.CascadeTest.html:202:08:50:16,605  WARN AbstractEntityPersister:497 - HHH000500: The [teeth] property of the [org.hibernate.test.annotations.cascade.Mouth] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.cascade.CascadeTest.html:794:08:50:16,653  WARN AbstractEntityPersister:497 - HHH000500: The [teeth] property of the [org.hibernate.test.annotations.cascade.Mouth] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.collectionelement.recreate.RecreateCollectionTest.html:184:08:50:21,703  WARN AbstractEntityPersister:497 - HHH000500: The [poiArrival] property of the [org.hibernate.test.annotations.collectionelement.recreate.RaceExecution] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.IdMapManyToOneSpecjTest.html:1389:08:50:23,589  WARN AbstractEntityPersister:497 - HHH000500: The [customerInventories] property of the [org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.html:1605:08:50:33,051  WARN AbstractEntityPersister:497 - HHH000500: The [dresses] property of the [org.hibernate.test.annotations.indexcoll.Drawer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.html:1200:08:50:35,681  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.html:2882:08:50:35,833  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Contractor] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.html:2883:08:50:35,833  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Contractor] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.html:3017:08:50:35,850  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.html:3018:08:50:35,850  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.html:3214:08:50:35,873  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyTest.html:1200:08:50:36,140  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyTest.html:2904:08:50:36,295  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Contractor] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyTest.html:2905:08:50:36,295  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Contractor] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyTest.html:3045:08:50:36,308  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyTest.html:3046:08:50:36,309  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.manytomany.ManyToManyTest.html:3244:08:50:36,327  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.annotations.manytomany.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.onetomany.OneToManyTest.html:1671:08:50:38,439  WARN AbstractEntityPersister:497 - HHH000500: The [mainStreets] property of the [org.hibernate.test.annotations.onetomany.City] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.onetomany.OneToManyTest.html:2095:08:50:38,489  WARN AbstractEntityPersister:497 - HHH000500: The [tickets] property of the [org.hibernate.test.annotations.Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.onetoone.OneToOneMapsIdChangeParentTest.html:207:08:50:39,751  WARN AbstractEntityPersister:497 - HHH000500: The [parent] property of the [org.hibernate.test.annotations.onetoone.OneToOneMapsIdChangeParentTest$Child] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:308:08:50:43,432  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:309:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:310:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:311:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:312:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:313:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:314:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:315:08:50:43,433  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:614:08:50:43,520  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:615:08:50:43,520  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:616:08:50:43,520  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:617:08:50:43,521  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:618:08:50:43,521  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:619:08:50:43,521  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:620:08:50:43,521  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:621:08:50:43,521  WARN AbstractEntityPersister:497 - HHH000500: The [books] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1235:08:50:43,682  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1236:08:50:43,682  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1237:08:50:43,683  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1238:08:50:43,683  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1239:08:50:43,683  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1240:08:50:43,683  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1241:08:50:43,683  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1531:08:50:43,765  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1532:08:50:43,765  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1533:08:50:43,766  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1534:08:50:43,766  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1535:08:50:43,766  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1536:08:50:43,766  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1537:08:50:43,766  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1835:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1836:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1837:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1838:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1839:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1840:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:1841:08:50:43,867  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2142:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2143:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2144:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2145:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2146:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2147:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.html:2148:08:50:43,953  WARN AbstractEntityPersister:497 - HHH000500: The [adresses] property of the [org.hibernate.test.annotations.UpdateTimeStampInheritanceTest$Customer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.html:189:08:51:33,243  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.UnversionedCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.html:255:08:51:33,251  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.UnversionedCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.html:331:08:51:33,283  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.UnversionedCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.html:179:08:51:33,377  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.UnversionedNoCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.html:231:08:51:33,382  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.UnversionedNoCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.html:283:08:51:33,387  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.UnversionedNoCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.html:193:08:51:33,453  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.VersionedCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.html:273:08:51:33,459  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.VersionedCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.html:363:08:51:33,468  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.VersionedCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.html:183:08:51:33,553  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.VersionedNoCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.html:249:08:51:33,559  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.VersionedNoCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.html:315:08:51:33,569  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.collection.dereferenced.VersionedNoCascadeOne] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.collection.original.CollectionTest.html:895:08:51:35,123  WARN AbstractEntityPersister:497 - HHH000500: The [permissions] property of the [org.hibernate.test.collection.original.User] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:1704:08:51:54,419  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:1705:08:51:54,420  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:2090:08:51:54,462  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:2091:08:51:54,462  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:2137:08:51:54,465  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:2138:08:51:54,465  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:2799:08:51:54,513  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:3138:08:51:54,535  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:3358:08:51:54,550  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.html:3586:08:51:54,569  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:1673:08:51:54,901  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:1674:08:51:54,901  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:2059:08:51:54,924  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:2060:08:51:54,924  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:2106:08:51:54,927  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:2107:08:51:54,927  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:2768:08:51:54,968  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:3107:08:51:54,999  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:3327:08:51:55,014  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.html:3555:08:51:55,028  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:1395:08:51:55,314  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:1396:08:51:55,314  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:1703:08:51:55,339  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:1704:08:51:55,339  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:1747:08:51:55,343  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:1748:08:51:55,343  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:2308:08:51:55,386  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:2591:08:51:55,418  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:2767:08:51:55,431  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.html:2955:08:51:55,447  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:1421:08:51:55,722  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:1422:08:51:55,722  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:1734:08:51:55,738  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:1735:08:51:55,739  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:1778:08:51:55,741  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:1779:08:51:55,741  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:2352:08:51:55,776  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:2643:08:51:55,809  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:2823:08:51:55,830  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.html:3015:08:51:55,847  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToManySubclass] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:1429:08:51:56,103  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:1430:08:51:56,104  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:1737:08:51:56,123  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:1738:08:51:56,124  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:1781:08:51:56,126  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:1782:08:51:56,127  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:2354:08:51:56,171  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:2649:08:51:56,198  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:2825:08:51:56,217  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.html:3013:08:51:56,237  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.bidirectional.onetomany.ParentWithBidirectionalOneToMany] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:1519:08:51:56,476  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:1520:08:51:56,476  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:1839:08:51:56,494  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:1840:08:51:56,494  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:1872:08:51:56,496  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:1873:08:51:56,496  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:2479:08:51:56,536  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:2779:08:51:56,556  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:2957:08:51:56,568  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.html:3136:08:51:56,582  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:1440:08:51:56,815  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:1441:08:51:56,815  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:1754:08:51:56,842  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:1755:08:51:56,842  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:1789:08:51:56,844  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:1790:08:51:56,845  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:2380:08:51:56,885  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:2674:08:51:56,907  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:2851:08:51:56,919  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.html:3029:08:51:56,933  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:1440:08:51:57,196  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:1441:08:51:57,196  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:1754:08:51:57,221  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:1755:08:51:57,222  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:1789:08:51:57,225  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:1790:08:51:57,226  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:2380:08:51:57,270  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:2674:08:51:57,288  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:2851:08:51:57,299  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.html:3029:08:51:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.BrokenCollectionEventTest.html:494:08:51:57,641  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1118:08:51:58,275  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1119:08:51:58,276  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1380:08:51:58,305  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1381:08:51:58,305  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1413:08:51:58,309  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1414:08:51:58,309  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:1898:08:51:58,351  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:2135:08:51:58,373  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:2266:08:51:58,385  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.html:2397:08:51:58,398  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [org.hibernate.test.event.collection.values.ParentWithCollectionOfValues] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.formulajoin.FormulaJoinTest.html:193:08:52:43,357  WARN AbstractEntityPersister:497 - HHH000500: The [detail] property of the [org.hibernate.test.formulajoin.Master] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:235:08:52:43,464  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:236:08:52:43,464  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:237:08:52:43,464  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:238:08:52:43,464  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:239:08:52:43,464  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:240:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:241:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:242:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:243:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:244:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:245:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:246:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:247:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:248:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:249:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:250:08:52:43,465  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:251:08:52:43,466  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:252:08:52:43,466  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:253:08:52:43,466  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.html:254:08:52:43,466  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueIdentityTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:353:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:354:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:355:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:356:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:357:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:358:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:359:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:360:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:361:08:52:43,541  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:362:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:363:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:364:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:365:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:366:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:367:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:368:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:369:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:370:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.generated.DefaultGeneratedValueTest.html:371:08:52:43,542  WARN AbstractEntityPersister:497 - HHH000500: The [alwaysDate] property of the [org.hibernate.test.generated.DefaultGeneratedValueTest$TheEntity] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.ASTParserLoadingTest.html:40062:08:52:48,629  WARN AbstractEntityPersister:497 - HHH000500: The [friends] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.ASTParserLoadingTest.html:40063:08:52:48,629  WARN AbstractEntityPersister:497 - HHH000500: The [friends] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.ASTParserLoadingTest.html:61362:08:52:49,999  WARN AbstractEntityPersister:497 - HHH000500: The [friends] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.ASTParserLoadingTest.html:61363:08:52:49,999  WARN AbstractEntityPersister:497 - HHH000500: The [friends] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:958:08:53:09,404  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:4088:08:53:09,724  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:6431:08:53:09,965  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:8093:08:53:10,047  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:9455:08:53:10,118  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:10838:08:53:10,192  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.hql.WithClauseTest.html:12349:08:53:10,424  WARN AbstractEntityPersister:497 - HHH000500: The [family] property of the [org.hibernate.test.hql.Human] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.ABCProxyTest.html:1528:08:53:56,243  WARN AbstractEntityPersister:497 - HHH000500: The [map] property of the [org.hibernate.test.legacy.B] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5381:08:53:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [stringList] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5382:08:53:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [intArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5383:08:53:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5384:08:53:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [components] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5385:08:53:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [timeArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5386:08:53:57,313  WARN AbstractEntityPersister:497 - HHH000500: The [bag] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5387:08:53:57,314  WARN AbstractEntityPersister:497 - HHH000500: The [stringSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5388:08:53:57,314  WARN AbstractEntityPersister:497 - HHH000500: The [stringDateMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5389:08:53:57,314  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5390:08:53:57,314  WARN AbstractEntityPersister:497 - HHH000500: The [stringArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5391:08:53:57,314  WARN AbstractEntityPersister:497 - HHH000500: The [customs] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5392:08:53:57,314  WARN AbstractEntityPersister:497 - HHH000500: The [topComponents] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5393:08:53:57,315  WARN AbstractEntityPersister:497 - HHH000500: The [cached] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:5394:08:53:57,315  WARN AbstractEntityPersister:497 - HHH000500: The [cachedMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:8002:08:53:57,431  WARN AbstractEntityPersister:497 - HHH000500: The [bytes] property of the [org.hibernate.test.legacy.Foo] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:9914:08:53:57,530  WARN AbstractEntityPersister:497 - HHH000500: The [stringArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:9958:08:53:57,535  WARN AbstractEntityPersister:497 - HHH000500: The [stringArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:10298:08:53:57,559  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:40359:08:53:58,886  WARN AbstractEntityPersister:497 - HHH000500: The [abstracts] property of the [org.hibernate.test.legacy.Bar] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:58545:08:54:00,106  WARN AbstractEntityPersister:497 - HHH000500: The [bytes] property of the [org.hibernate.test.legacy.Foo] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:61069:08:54:00,170  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:71517:08:54:00,541  WARN AbstractEntityPersister:497 - HHH000500: The [fees] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:84313:08:54:01,290  WARN AbstractEntityPersister:497 - HHH000500: The [idFooBag] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:84314:08:54:01,290  WARN AbstractEntityPersister:497 - HHH000500: The [byteBag] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:87308:08:54:01,424  WARN AbstractEntityPersister:497 - HHH000500: The [idFooBag] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:114101:08:54:02,769  WARN AbstractEntityPersister:497 - HHH000500: The [bytes] property of the [org.hibernate.test.legacy.Foo] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:117929:08:54:02,862  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:117930:08:54:02,862  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:124895:08:54:03,244  WARN AbstractEntityPersister:497 - HHH000500: The [stringArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:125010:08:54:03,250  WARN AbstractEntityPersister:497 - HHH000500: The [stringList] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:125045:08:54:03,251  WARN AbstractEntityPersister:497 - HHH000500: The [stringList] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143228:08:54:04,464  WARN AbstractEntityPersister:497 - HHH000500: The [stringList] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143229:08:54:04,464  WARN AbstractEntityPersister:497 - HHH000500: The [intArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143230:08:54:04,464  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143231:08:54:04,464  WARN AbstractEntityPersister:497 - HHH000500: The [components] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143232:08:54:04,464  WARN AbstractEntityPersister:497 - HHH000500: The [timeArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143233:08:54:04,464  WARN AbstractEntityPersister:497 - HHH000500: The [bag] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143234:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [stringSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143235:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [stringDateMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143236:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143237:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [stringArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143238:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [customs] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143239:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [topComponents] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143240:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [cascadingBars] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143241:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [cached] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143242:08:54:04,465  WARN AbstractEntityPersister:497 - HHH000500: The [cachedMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:143243:08:54:04,466  WARN AbstractEntityPersister:497 - HHH000500: The [stringGlarchMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:145506:08:54:04,586  WARN AbstractEntityPersister:497 - HHH000500: The [stringSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:145507:08:54:04,586  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:145508:08:54:04,586  WARN AbstractEntityPersister:497 - HHH000500: The [stringArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:152702:08:54:05,000  WARN AbstractEntityPersister:497 - HHH000500: The [fooToGlarch] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:152703:08:54:05,000  WARN AbstractEntityPersister:497 - HHH000500: The [fooComponentToFoo] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:152704:08:54:05,000  WARN AbstractEntityPersister:497 - HHH000500: The [glarchToFoo] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:152705:08:54:05,000  WARN AbstractEntityPersister:497 - HHH000500: The [topFoos] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:152706:08:54:05,000  WARN AbstractEntityPersister:497 - HHH000500: The [topGlarchez] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:187492:08:54:07,720  WARN AbstractEntityPersister:497 - HHH000500: The [intArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:187493:08:54:07,720  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:189984:08:54:07,819  WARN AbstractEntityPersister:497 - HHH000500: The [intArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:189985:08:54:07,819  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:189986:08:54:07,820  WARN AbstractEntityPersister:497 - HHH000500: The [intArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:189987:08:54:07,820  WARN AbstractEntityPersister:497 - HHH000500: The [fooSet] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:199156:08:54:08,028  WARN AbstractEntityPersister:497 - HHH000500: The [stringDateMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:199157:08:54:08,028  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:201934:08:54:08,140  WARN AbstractEntityPersister:497 - HHH000500: The [stringDateMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:201935:08:54:08,140  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:201936:08:54:08,140  WARN AbstractEntityPersister:497 - HHH000500: The [stringDateMap] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:201937:08:54:08,140  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:220276:08:54:08,999  WARN AbstractEntityPersister:497 - HHH000500: The [fees] property of the [org.hibernate.test.legacy.Fee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:220277:08:54:09,000  WARN AbstractEntityPersister:497 - HHH000500: The [fees] property of the [org.hibernate.test.legacy.Fee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:220278:08:54:09,000  WARN AbstractEntityPersister:497 - HHH000500: The [abstracts] property of the [org.hibernate.test.legacy.Bar] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:220366:08:54:09,006  WARN AbstractEntityPersister:497 - HHH000500: The [manies] property of the [org.hibernate.test.legacy.One] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:229031:08:54:09,361  WARN AbstractEntityPersister:497 - HHH000500: The [bytes] property of the [org.hibernate.test.legacy.Foo] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:236354:08:54:09,855  WARN AbstractEntityPersister:497 - HHH000500: The [strings] property of the [org.hibernate.test.legacy.Glarch] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:236355:08:54:09,856  WARN AbstractEntityPersister:497 - HHH000500: The [proxyArray] property of the [org.hibernate.test.legacy.Glarch] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:236356:08:54:09,856  WARN AbstractEntityPersister:497 - HHH000500: The [proxySet] property of the [org.hibernate.test.legacy.Glarch] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:236878:08:54:09,879  WARN AbstractEntityPersister:497 - HHH000500: The [proxyArray] property of the [org.hibernate.test.legacy.Glarch] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:237012:08:54:09,883  WARN AbstractEntityPersister:497 - HHH000500: The [fooComponents] property of the [org.hibernate.test.legacy.Glarch] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FooBarTest.html:237013:08:54:09,883  WARN AbstractEntityPersister:497 - HHH000500: The [proxyArray] property of the [org.hibernate.test.legacy.Glarch] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FumTest.html:4459:08:54:10,561  WARN AbstractEntityPersister:497 - HHH000500: The [quxArray] property of the [org.hibernate.test.legacy.Fum] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FumTest.html:4486:08:54:10,562  WARN AbstractEntityPersister:497 - HHH000500: The [fums] property of the [org.hibernate.test.legacy.Qux] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FumTest.html:4487:08:54:10,562  WARN AbstractEntityPersister:497 - HHH000500: The [moreFums] property of the [org.hibernate.test.legacy.Qux] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FumTest.html:11453:08:54:10,881  WARN AbstractEntityPersister:497 - HHH000500: The [fums] property of the [org.hibernate.test.legacy.Qux] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FumTest.html:11454:08:54:10,881  WARN AbstractEntityPersister:497 - HHH000500: The [moreFums] property of the [org.hibernate.test.legacy.Qux] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.FumTest.html:15480:08:54:11,079  WARN AbstractEntityPersister:497 - HHH000500: The [friends] property of the [org.hibernate.test.legacy.Fum] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.MapTest.html:469:08:54:11,545  WARN AbstractEntityPersister:497 - HHH000500: The [children] property of the [TestMap] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.MasterDetailTest.html:2307:08:54:11,865  WARN AbstractEntityPersister:497 - HHH000500: The [subcategories] property of the [org.hibernate.test.legacy.Category] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.MasterDetailTest.html:2397:08:54:11,874  WARN AbstractEntityPersister:497 - HHH000500: The [subcategories] property of the [org.hibernate.test.legacy.Category] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.MasterDetailTest.html:2642:08:54:11,899  WARN AbstractEntityPersister:497 - HHH000500: The [subcategories] property of the [org.hibernate.test.legacy.Category] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.MasterDetailTest.html:6448:08:54:12,166  WARN AbstractEntityPersister:497 - HHH000500: The [w] property of the [org.hibernate.test.legacy.Z] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.ParentChildTest.html:2656:08:54:13,434  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.ParentChildTest.html:4208:08:54:13,494  WARN AbstractEntityPersister:497 - HHH000500: The [fooArray] property of the [org.hibernate.test.legacy.Baz] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.legacy.ParentChildTest.html:6440:08:54:13,618  WARN AbstractEntityPersister:497 - HHH000500: The [cascades] property of the [org.hibernate.test.legacy.Container] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.manytomany.ManyToManyWhereTest.html:211:08:54:28,438  WARN AbstractEntityPersister:497 - HHH000500: The [attachments] property of the [org.hibernate.test.manytomany.Advertisement] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.manytomany.ManyToManyWhereTest.html:212:08:54:28,439  WARN AbstractEntityPersister:497 - HHH000500: The [attachments] property of the [org.hibernate.test.manytomany.Advertisement] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.html:316:08:54:43,612  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.html:763:08:54:43,652  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.html:1202:08:54:43,701  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.html:1204:08:54:43,701  WARN AbstractEntityPersister:497 - HHH000500: The [subNodes] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.html:339:08:54:43,835  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.html:795:08:54:43,868  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.html:1243:08:54:43,914  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.html:1245:08:54:43,914  WARN AbstractEntityPersister:497 - HHH000500: The [subNodes] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.html:325:08:54:44,025  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.html:877:08:54:44,068  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.html:1507:08:54:44,127  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.html:1536:08:54:44,129  WARN AbstractEntityPersister:497 - HHH000500: The [subNodes] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.html:354:08:54:44,281  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.html:953:08:54:44,330  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.html:1534:08:54:44,366  WARN AbstractEntityPersister:497 - HHH000500: The [parentNode] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.html:1563:08:54:44,368  WARN AbstractEntityPersister:497 - HHH000500: The [subNodes] property of the [org.hibernate.test.onetomany.Node] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.ops.CreateTest.html:453:08:54:45,674  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.ops.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.ops.MergeTest.html:6482:08:54:50,402  WARN AbstractEntityPersister:497 - HHH000500: The [employees] property of the [org.hibernate.test.ops.Employer] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.ops.MergeTest.html:6607:08:54:50,410  WARN AbstractEntityPersister:497 - HHH000500: The [employers] property of the [org.hibernate.test.ops.Employee] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.unconstrained.UnconstrainedTest.html:209:08:55:49,676  WARN AbstractEntityPersister:497 - HHH000500: The [employee] property of the [org.hibernate.test.unconstrained.Person] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.unconstrained.UnconstrainedTest.html:338:08:55:49,694  WARN AbstractEntityPersister:497 - HHH000500: The [employee] property of the [org.hibernate.test.unconstrained.Person] entity was modified, but it won't be updated because the property is immutable.
./tests/test/classes/org.hibernate.test.unconstrained.UnconstrainedTest.html:474:08:55:49,717  WARN AbstractEntityPersister:497 - HHH000500: The [employee] property of the [org.hibernate.test.unconstrained.Person] entity was modified, but it won't be updated because the property is immutable.

I need to go through them and see if the warning is justified.

@vladmihalcea vladmihalcea force-pushed the HHH-13228 branch 4 times, most recently from f7ac6b1 to b04ccf7 Compare February 6, 2019 15:45
@vladmihalcea
Copy link
Contributor Author

After revising the check condition and fixing the fieldsPreUpdateNeeded in-memory generated dirty properties allocation so that it matches how the dirtyFields are allocated, I got the following list of tests reporting this message:

org.hibernate.test.abstractembeddedcomponents.propertyref.AbstractComponentPropertyRefTest
org.hibernate.test.annotations.onetoone.OneToOneMapsIdChangeParentTest
org.hibernate.test.formulajoin.FormulaJoinTest
org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest
org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest
org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest
org.hibernate.test.unconstrained.UnconstrainedTest

All tests show that, indeed, we try to update an immutable property and the message is justified. In fact, it's great that now we notify the user about this situation.

@vladmihalcea
Copy link
Contributor Author

This issues should me merge after this Pull Request.

@vladmihalcea vladmihalcea force-pushed the HHH-13228 branch 2 times, most recently from fb1bfd6 to 01e6fed Compare February 15, 2019 09:45
…silently ignored during a merge operation
@vladmihalcea vladmihalcea merged commit 072d8ca into hibernate:master Feb 15, 2019
@vladmihalcea vladmihalcea deleted the HHH-13228 branch February 15, 2019 10:15
@pmverma
Copy link

pmverma commented Feb 19, 2019

@vladmihalcea Is there any plan to merge into 5.2.x and 5.3.x? Every project will not be using 5.4.x so I think this should be backported to previous versions.

@vladmihalcea
Copy link
Contributor Author

The backporting is done by @gsmet and @gbadner, so it's up to them to decide whether this should be backported or not.

But since this is not a critical issue, there is a good chance it will not be backported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants