[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features
msteiner
do-not-reply at jboss.com
Wed Aug 23 04:15:23 EDT 2006
I've followed instructions on wiki and I get exceptions:
10:05:14,037 ERROR [ExceptionInterceptor] redirecting to debug page
| java.lang.IllegalStateException: No Authentication could be created, make sure the Component exists in session scope
| at org.jboss.seam.security.Authentication.instance(Authentication.java:35)
| at org.jboss.seam.security.adapter.jboss.JBossAuthenticationAdapter.beginRequest(JBossAuthenticationAdapter.java:23)
| at org.jboss.seam.security.authenticator.Authenticator.beginRequest(Authenticator.java:84)
| at org.jboss.seam.security.authenticator.ProviderAuthenticator$$EnhancerByCGLIB$$1599b0c6.CGLIB$beginRequest$3(<generated>)
| at org.jboss.seam.security.authenticator.ProviderAuthenticator$$EnhancerByCGLIB$$1599b0c6$$FastClassByCGLIB$$4d718543.invoke(<generated>)
| at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
| at org.jboss.seam.interceptors.JavaBeanInterceptor$1.proceed(JavaBeanInterceptor.java:87)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:54)
| at org.jboss.seam.interceptors.ValidationInterceptor.validateTargetComponent(ValidationInterceptor.java:64)
| at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:17)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:125)
| at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:61)
| at org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:21)
| at sun.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:17)
| at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:125)
| at (...)
Where could be a problem ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966894#3966894
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966894
More information about the jboss-user
mailing list