1 Reply Latest reply on Oct 21, 2012 5:33 AM by bolke

    Problem to migrate project to Seam 2.3

    herrerae

      I have an application made in seam 2 (jboss-seam-2.2.1.Final) and want to migrate to seam 2.3.0 Final to run Jboss AS 7.1

       

      Use the following guide as a reference (http://docs.jboss.org/seam/2.3.0.Final/reference/en-US/html_single/#migration23) with the only

      difference that I am using jsf 1.2.

       

      But the problem I have is when I try to login, it goes to the console

       

      10:31:39,385 WARN  [org.jboss.seam.security.management.IdentityManager] (http-localhost-127.0.0.1-8080-1) no identity store available - please configure an identityStore if identity management is required.

      10:31:39,386 ERROR [org.jboss.seam.security.jaas.SeamLoginModule] (http-localhost-127.0.0.1-8080-1) No authentication method defined - please define authenticate-method for <security:identity/> in components.xml

       

       

      But I have component.xml defined in this data.

       

      <authenticate-method="#{authenticator.authenticate}" <security:identity remember-me="true" />

       

      thanks