[jboss-jira] [JBoss JIRA] (WFLY-6738) Load tld files from <ear>/lib/*.jar archives

Tomas Repel (JIRA) issues at jboss.org
Fri Jun 17 08:48:00 EDT 2016


Tomas Repel created WFLY-6738:
---------------------------------

             Summary: Load tld files from <ear>/lib/*.jar archives
                 Key: WFLY-6738
                 URL: https://issues.jboss.org/browse/WFLY-6738
             Project: WildFly
          Issue Type: Enhancement
          Components: Web (Undertow)
    Affects Versions: 10.0.0.Final
            Reporter: Tomas Repel
            Assignee: Stuart Douglas


Let's assume there is EAR archive that contains WAR archive that contains WEB-INF/lib/some.jar file that contains /META-INF/some-tag-library.tld. Such deployment works. 

However, instead, if having EAR archive that contains lib/some.jar file that contains /META-INF/some-tag-library.tld (and of course the EAR archive contains the WAR archive as in the previous case), the tag library is not loaded.

Simple reproducer:
https://github.com/trepel/primrose-hibernate-simple/tree/tlddiscovery



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list