Re: Spring Security 3 with Wicket Auth Roles Problem

2010-08-09 Thread Eric Reagan
> I have in my Web Application > addComponentInstantiationListener(getSpringInjector()); > > protected SpringComponentInjector getSpringInjector() > { > return new SpringComponentInjector(this); > > } > > On Mon, Aug 9, 2010 at 11:16 AM, Martin Grigorov wrote: > >> It seems

Re: Spring Security 3 with Wicket Auth Roles Problem

2010-08-09 Thread Martin Grigorov
It seems you need to configure Spring Injector in YourApp#init() On Mon, Aug 9, 2010 at 6:04 PM, Eric Reagan wrote: > Hello, > I tried following > > https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.htmlto > setup spring security 3.0 and wicket auth roles in my applicatio

Spring Security 3 with Wicket Auth Roles Problem

2010-08-09 Thread Eric Reagan
Hello, I tried following https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.htmlto setup spring security 3.0 and wicket auth roles in my application and I ran into a few problems that I was wondering if anyone else had seen. I am currently getting a java.lang.IllegalStateExc

Re: Wicket-auth-roles problem

2008-02-22 Thread Ted Roeloffzen
hen i run the application and go to the URL, it goes directly to > the > > homepage and the loginpage isn't called. This isn't supposed to happen, > > because you need the user rol to get there. > > > > Does anyone have an idea about what i'm doing wrong?

Re: Wicket-auth-roles problem

2008-02-22 Thread richardwilko
age and the loginpage isn't called. This isn't supposed to happen, > because you need the user rol to get there. > > Does anyone have an idea about what i'm doing wrong? > > -- View this message in context: http://www.nabble.com/Wicket-auth-roles-problem

Wicket-auth-roles problem

2008-02-22 Thread Ted Roeloffzen
I've made a webapplication class that extends from AuthenticatedWebApplication in the wicket-auth-roles project version 1.3.1 I've implemented the needed methods, such as getHomePage, getSignInPageClass and getWebSessionClass. They all return the appropiate class. On the homepage i've added the ann