[jboss-jira] [JBoss JIRA] (WFLY-12088) JAR does not supported for deployment-overlays mechanism

Vlad Filipp (Jira) issues at jboss.org
Fri May 17 02:06:00 EDT 2019


Vlad Filipp created WFLY-12088:
----------------------------------

             Summary: JAR does not supported for deployment-overlays mechanism
                 Key: WFLY-12088
                 URL: https://issues.jboss.org/browse/WFLY-12088
             Project: WildFly
          Issue Type: Bug
          Components: Class Loading
    Affects Versions: 16.0.0.Final
            Reporter: Vlad Filipp
            Assignee: Richard Opalka


When trying to make a link from an overlay to a JAR, classes from overlay libraries are not loaded for a linked JAR.
The situation is similar when creating a link to a JAR which is located inside EAR.

Should overlay deployment mechanism be supported for JARs?

Example standalone.xml:
{code:java}
<deployment-overlays>
...
    <deployment-overlay name="my-overlay-n1">
        <content ...>
        <deployment name="my-jar-inside-ear-use-overlays-libs.jar"/>
{code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list