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)