Re: Issue with REST Sessions in Wicket-Shiro-Hibernate

2016-01-26 Thread MM_at_ANO
Hi. Thank you a lot for answering. Your suggestion helped me in solving the problem . I also had to add an injection call in the WicketApplication getter, as follows: public static WicketApplication get() { Application application = Application.get(); Injector.get().inject(application);

Issue with REST Sessions in Wicket-Shiro-Hibernate

2016-01-25 Thread MM_at_ANO
Good Morning. I'm currently working in a Wicket 6.19.0 and Hibernate 4.3.6 project with Shiro authentication. The code is very high level and I'm having troubles finding a solution for my problem. But first of all, let me explain the problem. In the application there is a REST API service to