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:42:25 UTC

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

Dan Haywood created ISIS-1355:
---------------------------------

             Summary: 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)