Re: Wicket page session?

2015-12-23 Thread Erik de Hair
Hi Martin, I tried to use the quickstart-app to reproduce the issue but I can't login with the provided username/password combination. I looks like the credentials are correct in the AdminUser-fixture script. Do I need to start the user seed somehow? Erik On 12/11/2015 04:33 PM, Erik de

Re: Wicket page session?

2015-12-23 Thread Dan Haywood
try either: - domainapp-admin/pass - isis-module-security-admin/pass Dan On 23 December 2015 at 16:35, Erik de Hair wrote: > Hi Martin, > > I tried to use the quickstart-app to reproduce the issue but I can't login > with the provided username/password combination. I looks

Re: Wicket page session?

2015-12-23 Thread Dan Haywood
Um, fixed. The DomainAppAppManifest had the security module commented out (I was using it for a demo, must've pushed it like that...). Do a git pull and it should work. Alternatively, if you run with the DomainAppAppManifestWithFixturesBypassSecurity, then any user/password will work. We

Re: Wicket page session?

2015-12-11 Thread Erik de Hair
On 12/09/2015 08:31 PM, Martin Grigorov wrote: Hi Erik, What kind of button is this ? To me it looks like this is the "OK" button from the ActionParametersFormPanel.java, i.e. the OK button for a Modal window where you enter the parameters for an @Action

Re: Wicket page session?

2015-12-09 Thread Martin Grigorov
Hi Erik, What kind of button is this ? To me it looks like this is the "OK" button from the ActionParametersFormPanel.java, i.e. the OK button for a Modal window where you enter the parameters for an @Action

Re: Wicket page session?

2015-12-08 Thread Erik de Hair
Hi Martin, On 12/04/2015 02:15 PM, Martin Grigorov wrote: Hi Erik, On Fri, Dec 4, 2015 at 2:50 PM, Erik de Hair wrote: ListenerInvocationNotAllowedExceptionBehavior rejected interface invocation. Component: [AjaxButton [Component id = okButton]] Behavior:

Re: Wicket page session?

2015-12-04 Thread Erik de Hair
Hi Martin, It took some time to get a stacktrace but here it is. After the user clicked the ok-button the action was fully completed (all objects created, business rules applied etc) but the page reloaded with "Sorry, an unexpected exception occurred". I suspected the page session time out

Re: Wicket page session?

2015-12-04 Thread Martin Grigorov
Hi Erik, On Fri, Dec 4, 2015 at 2:50 PM, Erik de Hair wrote: > ListenerInvocationNotAllowedExceptionBehavior rejected interface > invocation. Component: [AjaxButton [Component id = okButton]] Behavior: > org.apache.wicket.ajax.markup.html.form.AjaxButton$1@7585b8c9 Listener:

Re: Wicket page session?

2015-11-27 Thread Erik de Hair
To nuance the issue: our users SAY they get these exceptions quite often. But they don't keep track of how often. At least it irritates them. On 11/27/2015 11:23 AM, Erik de Hair wrote: On 11/27/2015 09:49 AM, Martin Grigorov wrote: Hi, What is the exception in the logs? Hi Martin, I'll

Re: Wicket page session?

2015-11-27 Thread Martin Grigorov
Hi, What is the exception in the logs? > On Nov 27 2015, at 10:47 am, Erik de Hair e.deh...@pocos.nl wrote: > > Hi, > > Our users get a lot of unexpected errors probably caused by time outs of page sessions. The logs aren't quite clear about that but they don't seem to be business