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 2006/05/05 03:01:41 UTC

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

     [ http://jira.codehaus.org/browse/MSUREFIRE-102?page=all ]

Brett Porter updated MSUREFIRE-102:
-----------------------------------

    Assign To: Brett Porter
      Summary: Prevent XML parser problems by changing default forkMode and childDelegation settings  (was: Latest surefire code causes XML parser problems)

> Prevent XML parser problems by changing default forkMode and childDelegation settings
> -------------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-102
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-102
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Versions: 2.2
>  Environment: Latest surefire as of May 1
>     Reporter: Patrick Lightbody
>     Assignee: Brett Porter
>     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