jaxws-api jar in atlassian's maven repo is incorrect

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Low
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      I didn't find a better place to file this bug report, so here it goes.

      In a confluence plugin I had a need to use a jaxws client. I specified my maven dependencies and everything worked fine until I deployed my v2 plugin into confluence. Felix started complaining that it couldn't find certain classes from the jaxws api. Upon further investigation I realized that the jaxws-api artifact in your mirror (which takes precedence over other repos) is indeed missing some classes and differs from the JSR api.

      Your artifact: https://maven.atlassian.com/content/groups/public/javax/xml/ws/jaxws-api/2.1/
      Official artifact: http://download.java.net/maven/1/javax.xml.ws/jars/

      The diff:

      $ diff -u jaxws-2_1-mrel2-api.jar.toc jaxws-api-2.1.jar.1.toc 
      --- jaxws-2_1-mrel2-api.jar.toc	2009-11-02 16:14:43.000000000 -0800
      +++ jaxws-api-2.1.jar.1.toc	2009-11-03 11:43:24.000000000 -0800
      @@ -18,12 +18,13 @@
       javax/xml/ws/Endpoint.class
       javax/xml/ws/EndpointReference.class
       javax/xml/ws/FaultAction.class
      +javax/xml/ws/Feature.class
      +javax/xml/ws/FeatureParameter.class
       javax/xml/ws/Holder.class
       javax/xml/ws/LogicalMessage.class
       javax/xml/ws/ProtocolException.class
       javax/xml/ws/Provider.class
       javax/xml/ws/RequestWrapper.class
      -javax/xml/ws/RespectBinding.class
       javax/xml/ws/RespectBindingFeature.class
       javax/xml/ws/Response.class
       javax/xml/ws/ResponseWrapper.class
      @@ -51,18 +52,14 @@
       javax/xml/ws/handler/soap/SOAPMessageContext.class
       javax/xml/ws/http/HTTPBinding.class
       javax/xml/ws/http/HTTPException.class
      -javax/xml/ws/soap/Addressing.class
       javax/xml/ws/soap/AddressingFeature.class
      -javax/xml/ws/soap/MTOM.class
       javax/xml/ws/soap/MTOMFeature.class
       javax/xml/ws/soap/SOAPBinding.class
       javax/xml/ws/soap/SOAPFaultException.class
       javax/xml/ws/spi/FactoryFinder.class
       javax/xml/ws/spi/Provider.class
       javax/xml/ws/spi/ServiceDelegate.class
      -javax/xml/ws/spi/WebServiceFeatureAnnotation.class
       javax/xml/ws/wsaddressing/W3CEndpointReference$Address.class
       javax/xml/ws/wsaddressing/W3CEndpointReference$Elements.class
       javax/xml/ws/wsaddressing/W3CEndpointReference.class
      -javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.class
       javax/xml/ws/wsaddressing/package-info.class
      

            Assignee:
            Unassigned
            Reporter:
            Igor Minar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: