5 Replies Latest reply on Feb 15, 2006 2:21 PM by gavin.king

    Problems With Seam TestNG

    rizviatt

      I am trying to set up Seam TestNG in my project. I have a simple Test class written.
      I have the seam.properties configured to org.jboss.seam.core.init.componentClasses org.jboss.seam.core.Ejb.
      Seam Properties is in the classpath. Along with seam.properties all the other files within embedded-ejb\conf are in the classpath of the project. I have all the jars required in the classpath.

      I have the tag in the embedded-jboss-beans. xml configured to point a Sql Server local database.

      But wheni run the test i get the following exception

      javax.xml.parsers.ParserConfigurationException: validation is not supported
      at org.gjt.xpp.jaxp11.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:100)
      at org.testng.xml.Parser.parse(Parser.java:71)
      at org.testng.TestNG.setTestSuites(TestNG.java:210)
      at org.testng.eclipse.runner.RemoteTestNG.main(RemoteTestNG.java:130)
      WARNING: No test suite found. Nothing to run.

      Is there something i am missing??.

      Thanks