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/18 17:51:06 UTC

[jira] [Created] (TUSCANY-4045) Module binding-ws-runtime-axis2 build failure with IBM JDK

Andrew Potter created TUSCANY-4045:
--------------------------------------

             Summary: Module binding-ws-runtime-axis2 build failure with IBM JDK
                 Key: TUSCANY-4045
                 URL: https://issues.apache.org/jira/browse/TUSCANY-4045
             Project: Tuscany
          Issue Type: Bug
    Affects Versions: Java-SCA-2.x
         Environment: IBM JDK 7
            Reporter: Andrew Potter
            Priority: Blocker


Error with exception:
    java.lang.IllegalArgumentException: The XMLInputFactory does not recognize the property "reuse-instance".

due to the wrong StAX parser code being selected (I think).  Adding the dependency for the Woodstox parser to binding-ws-runtime-axis2/pom.xml fixes this:
        <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-4045) Module binding-ws-runtime-axis2 build failure with IBM JDK

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

ant elder closed TUSCANY-4045.
------------------------------

    Resolution: Fixed

Update apply, thanks for the fix Andrew
                
> Module binding-ws-runtime-axis2 build failure with IBM JDK
> ----------------------------------------------------------
>
>                 Key: TUSCANY-4045
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4045
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-SCA-2.x
>         Environment: IBM JDK 7
>            Reporter: Andrew Potter
>            Priority: Blocker
>              Labels: build-failure
>
> Error with exception:
>     java.lang.IllegalArgumentException: The XMLInputFactory does not recognize the property "reuse-instance".
> due to the wrong StAX parser code being selected (I think).  Adding the dependency for the Woodstox parser to binding-ws-runtime-axis2/pom.xml fixes this:
>         <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