You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Kyra Pritzel-Hentley (JIRA)" <ji...@apache.org> on 2018/01/18 16:50:00 UTC

[jira] [Commented] (OFBIZ-1032) EntitySaxReader mostly-insert (store after create-error) Fix

    [ https://issues.apache.org/jira/browse/OFBIZ-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16330764#comment-16330764 ] 

Kyra Pritzel-Hentley commented on OFBIZ-1032:
---------------------------------------------

These two new Patches incorperate the changes that Martin has mentioned above. In the first one, the unnecessary call to store() is removed, simplifying the process of creating and deleting entities. (These changes were already in Martins old patch but had the wrong format.) This means that the flag "mostly Inserts?" is not accuratly worded since as long as there is only create fail, all operations are rolled back. So the second patch renames the flag and all appropriate parameters to "onlyInserts". These steps hopefeully finalize the work on this ticket.

> EntitySaxReader mostly-insert (store after create-error) Fix
> ------------------------------------------------------------
>
>                 Key: OFBIZ-1032
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1032
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-1032_Remove-fallback-store.patch, OFBIZ-1032_Remove-fallback-store_EntitySaxReader.patch, OFBIZ-1032_Remove-fallback-store_rename-mostlyInserts.patch, patch9675.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         JIRA-1031, JIRA-1030, JIRA-1029, JIRA-1017, JIRA-1016
> Recommended:      -
> Classes:          EntitySaxReader 
> Description:      Avoids rollback on create error to be able to store the 
>                   entity instead (mostly-inserts feature).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)