Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-1498

Invalid resolver metadata with adapted module

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.0.0.Alpha2
    • None
    • OSGi
    • None

    Description

      With this module definition

      <module xmlns="urn:jboss:module:1.1" name="javax.activation.api">
          <dependencies>
              <module name="javax.mail.api" optional="true">
                  <imports><include path="META-INF"/></imports>
              </module>
              ...
          </dependencies>
          ...
      </module>
      

      OSGi does not scan the activation.jar and generate the metadata from it. Instead it uses the OSGi manifest from the mail jar.

      Attachments

        Activity

          People

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: