[jboss-user] [JBoss Seam] - Upgrading from 1.1.5 to 1.2
nekstrom
do-not-reply at jboss.com
Thu Mar 1 01:58:15 EST 2007
Is there a list of what changes need to be made in the security configuration when upgrading from 1.1.5 to 1.2? I tried to just do a library upgrade using seam-gen but when I tried to use my Authenticator it threw an error saying that it couldn't find the function. The stack trace is:
anonymous wrote : 23:53:43,396 ERROR [SeamLoginModule] Error invoking login method
| javax.faces.el.EvaluationException: Exception while invoking expression #{authenticator.authenticate}
| at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:165)
| at org.jboss.seam.actionparam.ActionParamBindingHelper.invokeTheExpression(ActionParamBindingHelper.java:58)
| at
| ...
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:619)
| Caused by: java.lang.NoSuchMethodException: edu.byu.cs.csl.dogma.server.Authenticator$$EnhancerByCGLIB$$f577284d.authenticate()
| at java.lang.Class.getMethod(Class.java:1605)
| at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:118)
| ... 58 more
|
| I remember seeing that there were some API changes between 1.5 and 1.6 but I didn't have the time to figure them out and now I can't find what they are. Thanks for you help. Also thanks for a great system. Any idea of when WS will be integrated?
|
| --nathan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024098#4024098
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024098
More information about the jboss-user
mailing list