[jboss-jira] [JBoss JIRA] Commented: (AS7-1920) Support non-Zip based archives for deployment

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Sep 29 12:18:26 EDT 2011


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

Brian Stansberry commented on AS7-1920:
---------------------------------------

An issue for this is the deployment scanner detecting partially copied deployments. We have a nice solution for zips that won't apply for non-zips.

Some quick thoughts:

1) Simple timestamp check; back off if timestamp is too recent. Hopefully the existing back-off logic can be re-used (I haven't looked.)
2) For xml files, do basic validation of well-formed content. That's essentially what we're doing with zips; it's just the meaning of "well-formed" is different.

> Support non-Zip based archives for deployment
> ---------------------------------------------
>
>                 Key: AS7-1920
>                 URL: https://issues.jboss.org/browse/AS7-1920
>             Project: Application Server 7
>          Issue Type: Task
>            Reporter: Jesper Pedersen
>            Assignee: Jason Greene
>
> We need to support file deployments that aren't a ZIP based archive.
> These deployments should also be passed through the DUPs.

--
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