Latest surefire code causes XML parser problems
-----------------------------------------------

         Key: MSUREFIRE-102
         URL: http://jira.codehaus.org/browse/MSUREFIRE-102
     Project: Maven 2.x Surefire Plugin
        Type: Bug

 Environment: Latest surefire as of May 1
    Reporter: Patrick Lightbody
    Priority: Blocker
     Fix For: 2.2


With the latest releases surefire, the webwork tests ran just fine. 

With the latest code in trunk, I get weird XML parser errors that only get 
fixed once I set forkMode=once or childDelegation=false

See for yourself:

svn co https://svn.apache.org/repos/asf/incubator/webwork2
cd webwork2
mvn install

The error I get in various tests is:

javax.xml.parsers.FactoryConfigurationError: Provider for 
javax.xml.parsers.SAXParserFactory cannot be found
        at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
        at com.opensymphony.xwork.util.DomHelper.parse(DomHelper.java:86)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to