[arquillian-issues] [JBoss JIRA] Commented: (ARQ-33) General Configuration module

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue Feb 23 15:57:10 EST 2010


    [ https://jira.jboss.org/jira/browse/ARQ-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12516174#action_12516174 ] 

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 
   xmlns="http://arquillian.jboss.org/4.0.0"
   xmlns:jboss="http://jboss.arquillian.jboss.org/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list