Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-4399

VCS : multi-valued properties update not efficient

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.3 GA
    • Fix Version/s: 5.3.1
    • Component/s: Core VCS

      Description

      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

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: