You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2013/10/17 11:51:41 UTC

[jira] [Updated] (ISIS-566) Concurrency conflict on related entity that has not been edited

     [ https://issues.apache.org/jira/browse/ISIS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-566:
-----------------------------

    Description: 
This can be reproduced as follows:
- load the Estatio demo fixture
- Parties>allParties
- select first party
- unlock
- choose edit

... and a concurrency exception on BankAccount (contributed collection on Party via FinancialAccountContributions#financialAccounts()) is thrown:

Another user has just changed this data
root attempted to update org.estatio.dom.financial.BankAccount:L_0, however this object has since been modified by root at Wed Oct 16 08:56:44 GMT 2013 [2 vs 1]

  was:
This can be reproduced using the Estatio fixture:
When editing and saving a Party a concurrency exception on BankAccount is thrown:
Another user has just changed this data
root attempted to update org.estatio.dom.financial.BankAccount:L_0, however this object has since been modified by root at Wed Oct 16 08:56:44 GMT 2013 [2 vs 1]


> Concurrency conflict on related entity that has not been edited
> ---------------------------------------------------------------
>
>                 Key: ISIS-566
>                 URL: https://issues.apache.org/jira/browse/ISIS-566
>             Project: Isis
>          Issue Type: Bug
>            Reporter: Jeroen van der Wal
>            Assignee: Dan Haywood
>            Priority: Critical
>             Fix For: core-1.3.0
>
>
> This can be reproduced as follows:
> - load the Estatio demo fixture
> - Parties>allParties
> - select first party
> - unlock
> - choose edit
> ... and a concurrency exception on BankAccount (contributed collection on Party via FinancialAccountContributions#financialAccounts()) is thrown:
> Another user has just changed this data
> root attempted to update org.estatio.dom.financial.BankAccount:L_0, however this object has since been modified by root at Wed Oct 16 08:56:44 GMT 2013 [2 vs 1]



--
This message was sent by Atlassian JIRA
(v6.1#6144)