You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Andrew Potter (JIRA)" <de...@tuscany.apache.org> on 2012/05/21 22:22:41 UTC

[jira] [Created] (TUSCANY-4053) Build failures for trunk/testing/itest/* with IBM JDK 7

Andrew Potter created TUSCANY-4053:
--------------------------------------

             Summary: Build failures for trunk/testing/itest/*  with IBM JDK 7
                 Key: TUSCANY-4053
                 URL: https://issues.apache.org/jira/browse/TUSCANY-4053
             Project: Tuscany
          Issue Type: Bug
    Affects Versions: Java-SCA-2.x
         Environment: IBM JDK 7
            Reporter: Andrew Potter
            Priority: Blocker


Most of the tests in itest/ fail with a common XML parser error because of the IBM StAX parser, instead of changing each individual one those bugs can be closed and the dependency can be added to trunk/testing/itest/pom.xml instead:

        <dependency>
            <groupId>org.codehaus.woodstox</groupId>
            <artifactId>wstx-asl</artifactId>
            <version>3.2.9</version>
            <scope>test</scope>
        </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TUSCANY-4053) Build failures for trunk/testing/itest/* with IBM JDK 7

Posted by "Andrew Potter (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Potter closed TUSCANY-4053.
----------------------------------

    Resolution: Fixed

Committed, thanks Ant
                
> Build failures for trunk/testing/itest/*  with IBM JDK 7
> --------------------------------------------------------
>
>                 Key: TUSCANY-4053
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4053
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-SCA-2.x
>         Environment: IBM JDK 7
>            Reporter: Andrew Potter
>            Priority: Blocker
>              Labels: build-failure
>
> Most of the tests in itest/ fail with a common XML parser error because of the IBM StAX parser, instead of changing each individual one those bugs can be closed and the dependency can be added to trunk/testing/itest/pom.xml instead:
>         <dependency>
>             <groupId>org.codehaus.woodstox</groupId>
>             <artifactId>wstx-asl</artifactId>
>             <version>3.2.9</version>
>             <scope>test</scope>
>         </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira