Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-6750

JWS Spec version exported as 2.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • specs
    • Security Level: public (Regular issues)
    • None

    Description

      The geronimo-ws-metadata_2.0_spec artifact is being generated with a bundle manifest that declares the javax.jws package versions as 2.0.

      This is problematic as there is no offical release of the JWS API with version 2.0, instead the latest is version is 1.1.x.

      We have a project that creates bundles that must run in environments using both Glassfish and CXF. 

      Using the following dependency, everything works fine in the Glassfish environment

      <dependency>
        <groupId>javax.jws</groupId>
        <artifactId>javax.jws-api</artifactId>
        <version>1.1</version>
        <scope>provided</scope>
      </dependency>

      But when we try running these bundles in karaf using the CXF feature, they fail to resolve as the JWS package version provided by Geronimo and used by the CXF feature is exporting 2.0.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gmccone George McCone
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: