[arquillian-issues] [JBoss JIRA] Closed: (ARQ-152) Support multiple container configurations for same container type

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Fri Mar 18 01:45:57 EDT 2011


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

Aslak Knutsen closed ARQ-152.
-----------------------------



> Support multiple container configurations for same container type
> -----------------------------------------------------------------
>
>                 Key: ARQ-152
>                 URL: https://issues.jboss.org/browse/ARQ-152
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Configuration
>            Reporter: Aslak Knutsen
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.0.Alpha5
>
>
> Configuration need to support multiple container configurations for the same container type with a runtime 'flag' for switching configuration.
> UseCase:
> Different configuration for test/stage servers. e.g.
> {code:XML}
> <arquillian xmlns="http://jboss.com/arquillian"
> 		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> 		xmlns:jboss="urn:arq:org.jboss.arquillian.jbossas.remote60">
> 	<jboss:container id="jbossTest">
> 		<localDeploymentBindAddress>my.domain</localDeploymentBindAddress>
> 		<remoteServerAddress>remote.test.server</remoteServerAddress>
> 		<remoteServerHttpPort>8080</remoteServerHttpPort>
> 	</jboss:container>	
> 	<jboss:container id="jbossStage">
> 		<localDeploymentBindAddress>my.domain</localDeploymentBindAddress>
> 		<remoteServerAddress>remote.stage.server</remoteServerAddress>
> 		<remoteServerHttpPort>8181</remoteServerHttpPort>
> 	</jboss:container>	
> </arquillian>
> {code}

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


More information about the arquillian-issues mailing list