Re: authenticatedWebApplication error with jaas

2008-11-14 Thread Adriano dos Santos Fernandes
francesco dicarlo escreveu: package it.eurosoft; import it.eurosoft.gui.module.login.LoginBase; import it.eurosoft.gui.module.pratiche.PraticheBase; import it.eurosoft.mapping.convenzioni.Convenzione; import it.eurosoft.util.MySession; import java.util.Locale; import

Re: authenticatedWebApplication error with jaas

2008-11-14 Thread francesco dicarlo
solved. I was using wicket 1.3.4 with wicket-auth-roles 1.2.7 I've downloaded wicket-auth-roles and now i'm integrating JAAS 2008/11/14 Adriano dos Santos Fernandes [EMAIL PROTECTED] francesco dicarlo escreveu: package it.eurosoft; import it.eurosoft.gui.module.login.LoginBase; import

authenticatedWebApplication error with jaas

2008-11-13 Thread francesco dicarlo
hi i've switched my wicket application from webapplication to authenticatedwebapplication with jaas authentication on jboss. now it doesn't start giving me errors on filter in web.xml telling me that must be a subclass of webapplication. How must i declare now the web.xml in order to run

Re: authenticatedWebApplication error with jaas

2008-11-13 Thread bruno . borges
Show us the code that declares your WicketApplication class. Specially the import header and the public class ... line. Regards, Bruno On Nov 13, 2008 2:24pm, francesco dicarlo [EMAIL PROTECTED] wrote: hi i've switched my wicket application from webapplication to authenticatedwebapplication

Re: authenticatedWebApplication error with jaas

2008-11-13 Thread francesco dicarlo
package it.eurosoft; import it.eurosoft.gui.module.login.LoginBase; import it.eurosoft.gui.module.pratiche.PraticheBase; import it.eurosoft.mapping.convenzioni.Convenzione; import it.eurosoft.util.MySession; import java.util.Locale; import org.apache.wicket.Application; import