[arquillian-issues] [JBoss JIRA] Created: (ARQ-331) Add support for the "-c" JBossAS command line option override to select the server configuration in arquillian.xml

Thorsten Kunz (JIRA) jira-events at lists.jboss.org
Thu Nov 11 10:59:01 EST 2010


Add support for the "-c" JBossAS command line option override to select the server configuration in arquillian.xml
------------------------------------------------------------------------------------------------------------------

                 Key: ARQ-331
                 URL: https://jira.jboss.org/browse/ARQ-331
             Project: Arquillian
          Issue Type: Feature Request
          Components: Configuration, JBoss Containers
    Affects Versions: 1.0.0.Alpha4
            Reporter: Thorsten Kunz


Please add support for the "-c" JBossAS command line option to the arquillian.xml configuration file. Out of the box Arquillian is only using the "-c default" option.
It would be very nice to be able to select the server configuration to boot in containers that support lifecycle.

Here is how it could look like in the configuration:

	<jboss:container>
		<jboss:jbossHome>/path/to/jbossas</jboss:jbossHome>
		<jboss:bindAddress>127.0.0.1</jboss:bindAddress>
		<jboss:httpPort>8080</jboss:httpPort>
		<jboss:profile>jbossweb-standalone</jboss:profile>
	</jboss:container>

Thanks

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