You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/04/15 14:34:25 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15242889#comment-15242889 ] 

ASF subversion and git services commented on ISIS-1355:
-------------------------------------------------------

Commit 7682a7fa80e6e6e6ea7db46614700ab55af18087 in isis's branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=7682a7f ]

ISIS-1355: more screencasts


> 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.12.1
>
>
> 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)