[jboss-user] [JBoss Seam] - Unable to authenticate in 1.1.7RC1 : is it a regression?

alex.kozlenkov do-not-reply at jboss.com
Mon Feb 26 07:55:10 EST 2007


Hi,

My previously working code is no longer functional in 1.1.7RC1. A fragment of the stack trace is given belowCaused by: java.lang.NoSuchMethodError: org.jboss.seam.security.Identity.addRole(Ljava/lang/String;)V
  | 	at LoginAction.authenticate(LoginAction.java:70)
  | 	at LoginAction$$FastClassByCGLIB$$92230edf.invoke(<generated>)
  | 	at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
  | 	at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:45)
  | 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57)
  | 	at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34)
  | 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
  | 	at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47)

I've verified that I am packaging the latest RC1 from the CVS repository. Any ideas about this behaviour?

Cheers--Alex 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022393#4022393

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022393



More information about the jboss-user mailing list