[ 
http://jira.nuxeo.org/browse/NXP-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-4399:
-----------------------------------

    Component/s: Core SQL Storage
        Summary: VCS : multi-valued properties update not efficient  (was: 
multi valued properties update not efficient in VCS)

> VCS : multi-valued properties update not efficient
> --------------------------------------------------
>
>                 Key: NXP-4399
>                 URL: http://jira.nuxeo.org/browse/NXP-4399
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Core SQL Storage
>    Affects Versions: 5.3 GA
>            Reporter: Stéphane Lacoin
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.3.x
>
>         Attachments: clipboard.txt
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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

Reply via email to