1 2 Previous Next 18 Replies Latest reply on Jun 13, 2006 11:37 AM by vamsi_poondla Go to original post
      • 15. Re: SEAM configuration problem
        vamsi_poondla

        Thanks for your time Gavin. Am I doing anything non-standard?

        I exploded my ear and compared with examples/seam-todo ear. I do not find anything different between these two.

        Other than declaring as module inside application.xml and packagingjboss-seam.xml, should I do anything extra?

        Running server in debug mode also did not give me any useful info.

        Pl advice when you get time.

        <module>
         <java>jboss-seam.jar</java>
        </module>
        


        • 16. Re: SEAM configuration problem
          theute

          make suer that you are not embedding other myFaces libraries, the libraries used by Seam are in JBOSS_HOME/server/default/deploy/jbosswebxxx/jsf-libs

          • 17. Re: SEAM configuration problem
            vamsi_poondla

            I am sure that I am not including anything different than seam-todo

            My CableDailies.ear is packaged with

            CableDailies.jar
            CableDailies.war
            jboss-seam.jar
            jbpm.war
            hibernate.cfg.xml
            jbpm.cfg.xml
            META-INF/application.xml
            META-INF/jboss-app.xml
            META-INF/jboss-beans.xml
            META-INF/MANIFEST.MF


            I tried by packing jboss-seam.jar inside like
            META-INF/jboss-seam.jar
            . I know that it is not logical. But, it did not help either.

            Both CableDailies.jar and CableDailies.war doesnt have any other jars.

            Not able to figure out the reason.


            • 18. Re: SEAM configuration problem
              vamsi_poondla

              I am able to see the login page. But when I submit, it is staying there, which means (?) faces-servlet did not initialize to serve the requests.

              1 2 Previous Next