Wicket Spring Boot open entity manager in view config

2018-03-23 Thread Per Newgro
Hello, we would like to use the open-entitymanager-in-view pattern. It was working in our "old fashioned" spring application by configuring filter in web.xml. But we can not find the appropriate config for wicket spring boot. Enable spring.jpa.open-entitymanager-in-view=true seems not to be

Re: Wicket Session timeout & ajax

2018-03-23 Thread Sven Meier
Wicket 6 should be similar. If you think there is a problem you can create a quickstart. Sven Am 23. März 2018 14:45:28 MEZ schrieb Entropy : >I should have mentioned, we're in Wicket 6. > >-- >Sent from:

Re: Wicket Session timeout & ajax

2018-03-23 Thread Entropy
I should have mentioned, we're in Wicket 6. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Wicket Session timeout & ajax

2018-03-23 Thread Sven Meier
Hi, there are multiple factors involved here: A) PageSettings#recreateBookmarkablePagesAfterExpiry B) is your page bookmarkable C) PageSettings#callListenerAfterExpiry D) ExceptionSettings#ajaxErrorHandlingStrategy Depending on their combination of trues a session timeout will result in - a