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: http://i.stack.imgur.com/a8A4S.jpg http://i.stack.imgur.com/JzxAu.jpg Kindly help me in this matter!!! |