You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2012/05/24 15:26:55 UTC

[jira] [Closed] (TUSCANY-4046) Build failure in sample helloworld-webservice with IBM JDK 7

     [ https://issues.apache.org/jira/browse/TUSCANY-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-4046.
------------------------------

    Resolution: Fixed

Updated as suggested, thanks for the fix Andrew
                
> Build failure in sample helloworld-webservice with IBM JDK 7
> ------------------------------------------------------------
>
>                 Key: TUSCANY-4046
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4046
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-SCA-2.x
>         Environment: IBM JDK 7
>            Reporter: Andrew Potter
>            Priority: Blocker
>              Labels: build-failure
>
> Build fails with:
>     IllegalArgumentException: The XMLInputFactory does not recognize the property "reuse-instance".
> Reoccuring problem with IBM StAX parser, adding dependency for Woodstox parser fixes:
>       <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