2 Replies Latest reply on May 24, 2006 10:31 AM by brianleonard

    seam component not found, could not reslove name

    brianleonard

      Hi,

      I'm converting a standard JSF / EJB 3.0 application to use Seam, and I thought I had evertying configured correctly, however on deploy, the log shows the following:

      2006-05-23 17:16:28,046 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: user
      2006-05-23 17:16:28,046 DEBUG [org.jboss.seam.Component] seam component not found: user
      2006-05-23 17:16:28,046 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] could not resolve name

      For some reason, the EL in the JSP is not resolving to the enity class with the @name annotation.

      I'm using JBoss 4.0.4 GA with a version of Seam from the CVS head that I built today. I posted a copy of my ear, with sources included if you'd be willing to try it yourself:

      http://testwww.netbeans.org/files/documents/71/867/registration.ear

      Thanks,
      Brian