multi valued properties update not efficient in VCS
---------------------------------------------------
Key: NXP-4399
URL: http://jira.nuxeo.org/browse/NXP-4399
Project: Nuxeo Enterprise Platform
Issue Type: Bug
Affects Versions: 5.3 GA
Reporter: Stéphane Lacoin
Assignee: Thierry Delprat
Priority: Major
Fix For: 5.3.x
Updating multi valued property will force an update of all multi valued
properties defined in the parent schema.
Defining the following method in TestSQLRepositoryProperties and configuring
log4j for mapper traces reveal the problem.
public void testUpdate() throws Exception {
// populate some properties
testStringArray();
testDateArray();
testComplexList();
session.save();
closeSession();
openSession();
testStringArray();
session.save();
}
See attached traces
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets