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

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment