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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun May 23 05:36:54 EDT 2010


Support multiple container configurations for same container type
-----------------------------------------------------------------

                 Key: ARQ-152
                 URL: https://jira.jboss.org/browse/ARQ-152
             Project: Arquillian
          Issue Type: Feature Request
          Components: Configuration
            Reporter: Aslak Knutsen


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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list