4 Replies Latest reply on Mar 9, 2010 6:07 PM by smallya

    New Topic: import org.jboss.seam cannot be resolved

    smallya
      Technology Footprint
         Seam: 2.1.2
         RichFaces
         Hibernate
         JPA, EJB 3.0
         PostgreSQL 8.4
         JBoss 5.1
         Eclipse 3.5 (Galileo) Build id: 20090920-1017
         Deployment type: EAR.

      I have a project created by my developer offshore and it seems to work fine for him in his IDE, but when I try to build I keep getting the following error in the myproject-ejb project.

      "The import org.jboss.seam cannot be resolved"

      for all the imports of org.jboss.seam.* in the model and action code.

      The jboss-seam.jar is there in the myproject-ear - EarContent folder but for some reason is not found during the build.

      I checked the MANIFEST.mf in the package myproject-ejb.ejbModule .META-INF and the jboss-seam.jar seems to be there too.

      I tried Clean - multiple times to no avail.

      Any help here is truly appreciated.