You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/01/21 22:45:18 UTC

[jira] Updated: (SUREFIRE-80) Prevent XML parser problems by changing default forkMode and childDelegation settings

     [ http://jira.codehaus.org/browse/SUREFIRE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated SUREFIRE-80:
---------------------------------

    Affects Version/s: 2.0 (2.2 plugin)
        Fix Version/s: 2.0 (2.2 plugin)

> Prevent XML parser problems by changing default forkMode and childDelegation settings
> -------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-80
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-80
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.0 (2.2 plugin)
>         Environment: Latest surefire as of May 1
>            Reporter: Patrick Lightbody
>         Assigned To: Brett Porter
>            Priority: Blocker
>             Fix For: 2.0 (2.2 plugin)
>
>
> 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