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



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923750#3923750

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923750


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to