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 2016/03/29 22:43:25 UTC

[jira] [Updated] (ISIS-1355) concurrency exception after property edit when attempting to render...

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

Dan Haywood updated ISIS-1355:
------------------------------

workaround is either to disable concurrencyException checking globally, or to use actions rather than property edits.

> concurrency exception after property edit when attempting to render...
> ----------------------------------------------------------------------
>
>                 Key: ISIS-1355
>                 URL: https://issues.apache.org/jira/browse/ISIS-1355
>             Project: Isis
>          Issue Type: Bug
>    Affects Versions: 1.12.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.13.0
>
>
> eg add following additional property to the simpleapp:
> {code}
>     @Column(allowsNull = "false")
>     @Property(
>     )
>     private boolean flag;
>     public boolean isFlag() {
>         return flag;
>     }
>     public void setFlag(final boolean flag) {
>         this.flag = flag;
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)