You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Patrick Lightbody (JIRA)" <ji...@codehaus.org> on 2006/05/04 03:22:40 UTC

[jira] Created: (MSUREFIRE-102) Latest surefire code causes XML parser problems

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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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

        

[jira] Updated: (MSUREFIRE-102) Latest surefire code causes XML parser problems

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-102?page=all ]

Carlos Sanchez updated MSUREFIRE-102:
-------------------------------------

    Version: 2.2

> 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

>     Versions: 2.2
>  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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-102?page=all ]
     
Brett Porter closed MSUREFIRE-102:
----------------------------------

    Resolution: Fixed

> 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