[arquillian-issues] [JBoss JIRA] Commented: (ARQ-67) Need to be able to deploy resources to the container alongside the primary deployment

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Feb 21 08:26:10 EST 2010


    [ https://jira.jboss.org/jira/browse/ARQ-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12515583#action_12515583 ] 

Pete Muir commented on ARQ-67:
------------------------------

My (simple) idea is to allow @Deployment to (optionally) return a Collection<Archive> which could be used to deploy multiple things.
This keeps the API for deploying multiple things "feel atomic" to the user, and is ok to code to:

@Deployment
Collection<Archive> deployment() {
   ...
   return Collections.asList(archive, datasourceXml, serviceXml);
}


> Need to be able to deploy resources to the container alongside the primary deployment
> -------------------------------------------------------------------------------------
>
>                 Key: ARQ-67
>                 URL: https://jira.jboss.org/jira/browse/ARQ-67
>             Project: Arquillian
>          Issue Type: Feature Request
>            Reporter: Pete Muir
>            Assignee: Pete Muir
>
> For examples, tests will need to be able to deploy -ds.xml, JMS configuration files etc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list