]
Aslak Knutsen commented on ARQ-33:
----------------------------------
Common XML based configuration for containers, xsd provided pr container:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<arquillian
xsi:schemaLocation="....">
<container id="JBoss" />
<jboss:container arquillian:container-id="JBoss">
<bind addr="localhost" port="8080"/>
<profile name="default"/>
</jboss:container>
</arquillian>
{code}
General Configuration module
----------------------------
Key: ARQ-33
URL:
https://jira.jboss.org/jira/browse/ARQ-33
Project: Arquillian
Issue Type: Task
Components: Core
Reporter: Aslak Knutsen
Most things are loaded dynamically based on what's on classpath, but we still need
some 'common' configuration for the containers.
The configuration should be able to get configuration from multiple locations and
override in some order..
system properties, properties file, maven config etc..
Some of the configuration is global, like port/bindaddress, but container specific
configuration is also needed, ie Embedded AS having what 'profile' to run.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: