[jboss-jira] [JBoss JIRA] (AS7-5160) Support for static resources from /META-INF/resources from JBoss Module
David Lloyd (JIRA)
jira-events at lists.jboss.org
Thu Mar 7 12:40:42 EST 2013
[ https://issues.jboss.org/browse/AS7-5160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd resolved AS7-5160.
------------------------------
Resolution: Rejected
Please ask for assistance in the user forums. If there is indeed a bug then we will provide more specific report(s) as needed, but I believe this is just a usage error.
> Support for static resources from /META-INF/resources from JBoss Module
> -----------------------------------------------------------------------
>
> Key: AS7-5160
> URL: https://issues.jboss.org/browse/AS7-5160
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Class Loading
> Affects Versions: 7.1.1.Final
> Reporter: Kirk Rasmussen
> Assignee: David Lloyd
>
> It would be a nice extension to support loading Servlet 3.0 style fragements for static resources from JBoss modules. For example, for sharing static resources from Vaadin with multiple WAR files (2MB of static files) could be avoided:
> {code:xml}
> <jboss-deployment-structure>
> <deployment>
> <dependencies>
> <module name="vaadin.static">
> <imports>
> <include path="META-INF**" />
> </imports>
> </module>
> </dependencies>
> </deployment>
> </jboss-deployment-structure>
> {code}
> The module above would contain web static resources in /META-INF/resources/. This doesn't currently work unfortunately. When the JAR contained in the Module is embedded in the WAR file it works fine.
--
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