AuthorizationException

2015-07-08 Thread Stephen Cameron
Hi, I want to cut down the complexity of what I am displaying and had an idea that I could create an aggregate class and allow the user to click on links within that class to go to separate pages for editing specific child classes. So for example I have a StreetAddress and MailAddress classes,

Calling any IntelliJ users

2015-07-08 Thread Dan Haywood
Hi folks, for those of you using IntelliJ, I just updated our website to reference the new and improved maven helper plugin that you can install [1].This now has a nice dependency tree view, as well as some other useful features. The dependency tree view was the one feature that I missed

Re: tabs in Wicket Viewer?

2015-07-08 Thread Dan Haywood
On 7 July 2015 at 11:24, Stephen Cameron steve.cameron...@gmail.com wrote: Interested in your thoughts... I like the OpenCRX use of tabs, one horizontal level only with a vertical 'menu' on the left as a primary object navigation: http://demo.opencrx.org Thanks for providing this.

Fwd: java.lang.IllegalArgumentException: out of field index :15

2015-07-08 Thread Stephen Cameron
The DataNucleus Enhancement has been successful, the error message occurs when a user action causes a new SocialFactors object to be initialised. -- Forwarded message -- From: Stephen Cameron steve.cameron...@gmail.com Date: Thu, Jul 9, 2015 at 1:32 PM Subject:

Fwd: java.lang.IllegalArgumentException: out of field index :15

2015-07-08 Thread Stephen Cameron
Reason was me trying to use: org.apache.isis.applib.value.Date -- Forwarded message -- From: Stephen Cameron steve.cameron...@gmail.com Date: Thu, Jul 9, 2015 at 1:32 PM Subject: java.lang.IllegalArgumentException: out of field index :15 To: users@isis.apache.org Hi, I have a

Re: java.lang.IllegalArgumentException: out of field index :15

2015-07-08 Thread Dan Haywood
I'm not completely sure the issue is from using o.a.i.applib.value.Date (though in any case you probably should be using one of the Joda date classes instead). Rather, when I've seen this DN issue it's because it has attempted - through a race condition or for some other hard-to-replicate reason