[jboss-jira] [JBoss JIRA] Commented: (AS7-1128) Allow the server to ignore files or groups of files at deployment time

Marius Bogoevici (JIRA) jira-events at lists.jboss.org
Mon Jun 27 13:47:23 EDT 2011


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

Marius Bogoevici commented on AS7-1128:
---------------------------------------

A mechanism for specifying such files can be:

{code}
<jboss-deployment-structure>
  <deployment>
     ...
     <ignored-paths>
       <ignored-path path="WEB_INF/classes/META-INF/persistence.xml"/>
       <ignored-path path="META_INF/*.*"/>
     </ignored-paths>
  </deployment>
</jboss-deployment-structure>
{code}


> Allow the server to ignore files or groups of files at deployment time
> ----------------------------------------------------------------------
>
>                 Key: AS7-1128
>                 URL: https://issues.jboss.org/browse/AS7-1128
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Server
>    Affects Versions: 7.0.0.CR1
>            Reporter: Marius Bogoevici
>            Assignee: Marius Bogoevici
>             Fix For: 7.1.0.Alpha1
>
>
> Legacy and migrated applications may occasionally contain files which are incompatible with the Java EE specification and can cause the application to fail the deployment. The difference between those cases and really faulty Java EE applications lies in the intent of the developer - whether they wish for those files to be picked up by the server and processed, or not. 
> In such cases, it may be useful to expand the deployment specification and to be able to instruct the server to ignore particular files at deployment time. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list