[jboss-jira] [JBoss JIRA] (AS7-5160) Support for static resources from /META-INF/resources from JBoss Module

Tonique Claque (JIRA) jira-events at lists.jboss.org
Wed Aug 1 04:09:07 EDT 2012


    [ https://issues.jboss.org/browse/AS7-5160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709080#comment-12709080 ] 

Tonique Claque commented on AS7-5160:
-------------------------------------

Hello, is there any workaround for this at the moment?
                
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list