4 Replies Latest reply on Oct 12, 2006 3:07 AM by hispeedsurfer

    Creating a  blank project via seam-gen

    goik

      I tried to follow http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeamGettingStartedGuideStep6 . Everything works as being described but my attempt to publish to jboss AS yields the following message:

      org.jboss.deployment.DeploymentException: Failed to find module file: jboss-seam.jar
      

      When I comment out the following line in application.xml:
      <module>
       <java>jboss-seam.jar</java>
      </module>
      


      I get a corresponding message regarding the next missing module namely jbpm-3.1.1.jar which is also present in application.xml

      I'm using callisto, jboss-seam-1.0.1.GA, jboss eclipse ide 2.0.0.Alpha1a (complete bundle installed) and jems-installer-1.2.0.BETA.jar

      I tried to follow the tutorial as close as possible. Am I missing something?