Hi,
Quoting Dan Haywood <[email protected]>:
On 21 September 2012 08:26, <[email protected]> wrote:
Hi Dan,
Quoting Dan Haywood <[email protected]>**:
Unfortunately the wicket viewer has the same (incorrect) behaviour. I will
try to provide a small sample application showing this issue.
Thanks. Github is great for hosting such demo apps; I did one yesterday
for a problem I found in Wicket [1]
I'v added a small project under:
https://github.com/misl/apache-isis-family-example
To start is use the following command on either the HTML or Wicket viewer:
mvn tomcat7:run-war -P local
This uses the JDO with am HSQLDB in memory database.
Please note the ISIS-262 and ISIS-271 are required for this example to run.
Hopefully the problem is on my side in incorrectly using the JDO
annotations. I had another look at the JDO documentation but still
came to the same result. Right now I use:
@Persistent(mappedBy="parent")
private final List<Child> children = new ArrayList<Child>();
Regards,
Minto