Uploaded image for project: 'Axiom'
  1. Axiom
  2. AXIOM-79

MANIFEST.MF for axiom-api JAR in 1.2.8 release is missing an Import-Package entry

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.2.8
    • None
    • None

    Description

      The MANIFEST.MF file for the axiom-api-1.2.8.jar is missing an Import-Package entry for:

      org.apache.axiom.soap.impl.llom.soap11

      This causes an exception of the following kind when using the axiom-api-1.2.8.jar under OSGi:

      org.apache.axiom.om.OMException: java.lang.ClassNotFoundException: org.apache.axiom.soap.impl.llom.soap11.SOAP11Factory
      at org.apache.axiom.om.OMAbstractFactory.getSOAP11Factory(OMAbstractFactory.java:147)
      ...

      Adding an Import-Package entry as follows overcomes this problem:

      org.apache.axiom.soap.impl.llom.soap11;resolution:=optional,

      ...I note that this matches the Import-Package entry for the equivalent soap12 package, which is already present.

      Attachments

        1. axiom-api-1.2.8.MF
          2 kB
          Mike Edwards

        Activity

          People

            Unassigned Unassigned
            edwardsmj Mike Edwards
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: