3 Replies Latest reply on Jun 24, 2011 9:05 AM by jayesh_rhds

    TestingNG error in Seam project in JBDS

    jayesh_rhds


       

      I am trying to start a seam project in jboss developer studio 4 GA and following this tutorial:http://docs.jboss.org/tools/3.1.0.GA/en/GettingStartedGuide/pdf/Getting_Started_Guide.pdf. The simple seam project runs well until i add the POJO action myAction. The step that says to test the myActionTest.xml file gives and error saying:

      could not connect to RemoteTestNGClient. Make sure you don't have an older version of testng.jar on your classpath

      When i run the project the home page runs fine (home.seam) but the myAction.xhtml gives an error saying requested resource is not available:

      enter image description here enter image description here

      Kindly help me in this matter!!!