[jboss-jira] [JBoss JIRA] (WFLY-1498) Invalid resolver metadata with adapted module

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Jun 11 12:07:55 EDT 2013


Thomas Diesler created WFLY-1498:
------------------------------------

             Summary: Invalid resolver metadata with adapted module
                 Key: WFLY-1498
                 URL: https://issues.jboss.org/browse/WFLY-1498
             Project: WildFly
          Issue Type: Bug
          Components: OSGi
            Reporter: Thomas Diesler
            Assignee: Thomas Diesler
             Fix For: 8.0.0.Alpha2


With this module definition

{code}
<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>
{code}

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list