Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5109

axiom 1.2.12 can't work with abdera 1.1.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.8.4, 2.9.1
    • 2.8.5, 2.9.2, 2.10.0
    • None
    • None
    • Unknown

    Description

      CAMEL-4192 upgrade to axiom 1.2.12, and we have camel-atom feature which use latest axiom 1.2.12 and abdera 1.1.2 together, however, actually abdera 1.1.2 need work with axiom 1.2.10.

      In org.apache.abdera.parser.stax.util.FOMExtensionIterator(abdera code), it need use a field currentChild which inherit from org.apache.axiom.om.impl.traverse.OMAbstractIterator(axiom code), but field currentChild was removed from axiom 1.2.12, so that we can see exception like
      java.lang.NoSuchFieldError: currentChild
      at org.apache.abdera.parser.stax.util.FOMExtensionIterator.hasNext(FOMExtensionIterator.java:74)
      at org.apache.abdera.parser.stax.util.FOMList.buffer(FOMList.java:60)
      at org.apache.abdera.parser.stax.util.FOMList.size(FOMList.java:77)

      As abdera 1.1.2 already the latest version so that I think we need rollback to axiom 1.2.10 utill next abdera version which can work with axiom 1.2.12

      Btw I believe this is the reason that why CXF still use axiom 1.2.10.

      Attachments

        Issue Links

          Activity

            People

              ffang Freeman Yue Fang
              ffang Freeman Yue Fang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: