[arquillian-issues] [JBoss JIRA] (ARQ-473) DeployableContainer should not be restricted to only deploy Descriptors or Archives

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue Apr 3 08:06:47 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-473:
------------------------------

    Description: 
To open up for more specialized Containers we should support some type of 'WildCard' Deploy. 

Possible by having a Annotation driven DeployableContainer, e.g. 

{code}
@Deploy
public ReturnTypeToExposeInDeployContext xxx(MyContainerSupported type);

@UnDeploy
public void xxx(MyContainerSupported type);

{code}

This will let us e.g. deploy Files/ Images etc directly for non Java/EE type Containers.

  was:
To open up for more specialized Containers we should support some type of 'WildCard' Deploy. 

Possible by having a Annotation driven DeployableContainer, e.g. 

@Deploy
public SomethingExposedInContext(SomeRandomOtherType type)

This will let us e.g. deploy Files/ Images etc directly for non Java/EE type Containers.


    
> DeployableContainer should not be restricted to only deploy Descriptors or Archives
> -----------------------------------------------------------------------------------
>
>                 Key: ARQ-473
>                 URL: https://issues.jboss.org/browse/ARQ-473
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation, Deployable Containers SPI
>    Affects Versions: 1.0.0.CR1
>            Reporter: Aslak Knutsen
>             Fix For: 1.1.0.CR1
>
>
> To open up for more specialized Containers we should support some type of 'WildCard' Deploy. 
> Possible by having a Annotation driven DeployableContainer, e.g. 
> {code}
> @Deploy
> public ReturnTypeToExposeInDeployContext xxx(MyContainerSupported type);
> @UnDeploy
> public void xxx(MyContainerSupported type);
> {code}
> This will let us e.g. deploy Files/ Images etc directly for non Java/EE type Containers.

--
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 arquillian-issues mailing list