Hai every one i need convert the seam 1.2.1 code in to seam 2.0.0. here i am using stateful session bean named "authenticator" for login authentication. when i invoke it i got an exception
| 19:01:30,312 ERROR [SeamLoginModule] Error invoking login method | org.jboss.seam.InstantiationException: Could not instantiate Seam component: authenticator | at org.jboss.seam.Component.newInstance(Component.java:1853) | at org.jboss.seam.Component.getInstance(Component.java:1756) | at org.jboss.seam.Component.getInstance(Component.java:1723) | at org.jboss.seam.Component.getInstance(Component.java:1717) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:60) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | | | -----------------------------and-------------------------------------- | | aused by: javax.naming.NameNotFoundException: AuthenticatorAction not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) | at org.jnp.server.NamingServer.getObject(NamingServer.java:543) | at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | at org.jnp.server.NamingServer.lookup(NamingServer.java:270) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625) | | | i am not get this type of exception in previous version i there any other configuration i needed for my version change Please help me, and i have one more problem in my previous version i am using the Rich face suggestionbox on the modal panel, after i upgrade the seam 2.0.0 ,the suggestionbox box displays behind the modal panel what i do here By Thiagu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065384#4065384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065384 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
