Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-4045

Module binding-ws-runtime-axis2 build failure with IBM JDK

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • Java-SCA-2.x
    • None
    • None
    • IBM JDK 7
    • Patch Available

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            aepotter@us.ibm.com Andrew Potter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: