1 2 Previous Next 17 Replies Latest reply on Jun 3, 2010 3:57 AM by vra5107 Go to original post
      • 15. Re: SeamTest help
        vra5107

        Nikolay


                  Thanks for the answer. I tried changing scope of RichFaces jars in WAR to test, but didn't work.


        I did find myself with the errors caused by missing components.xml. Fortunately, I was able to understand and fix it.


        A reason for setting up tests in seperate module is the the EAR could be built before the tests are run. Is this possible from WAR module?


        Your thoughts and help....
        Venkat

        • 16. Re: SeamTest help
          kapitanpetko

          venkat akkineni wrote on Jun 03, 2010 00:24:


          A reason for setting up tests in seperate module is the the EAR could be built before the tests are run. Is this possible from WAR module?



          Not sure I follow... To use Seam, you need a WAR module, so I'm just saying it might be easy to put the tests in the src/test/java directory of that module. But since you already have a separate test project set up, no need to change it (if it's working).


          • 17. Re: SeamTest help
            vra5107


            I lack conceptual knowledge here but my understanding is that an ear needs to be built and deployed to the container before any integration tests can be run. In such a case, by moving the files to WAR module , am I not obligating maven to test the application while building the war?


            I am still facing the RichFaces dependency issue with my setup.


            Thanks
            venkat

            1 2 Previous Next