[arquillian-issues] [JBoss JIRA] (ARQ-650) Provide path to managed container instance, e.g inject it into @ArquillianResource File

Ondrej Zizka (Updated) (JIRA) jira-events at lists.jboss.org
Thu Nov 10 21:09:45 EST 2011


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

Ondrej Zizka updated ARQ-650:
-----------------------------

        Summary: Provide path to managed container instance, e.g inject it into @ArquillianResource File  (was: Provide path to container instance, e.g inject it into @ArquillianResource File)
    Description: 
Basically, I want to be able to get the value which is passed to Arq through:
{code}
<property name="jbossHome">${basedir}/target/jbossas-smoke</property>
{code}

In JBoss AS testsuite, we currently put this information manually to arquillian.xml.
It is needed because multi-container tests, and some more complex tests, do not suffice with one instance, and naming them like jboss-instance-0, jboss-instance-1 is unacceptable.

Could be also useful for other other containers.

  was:
In JBoss AS testsuite, we currently put this information manually to arquillian.xml.
It is needed because multi-container tests, and some more complex tests, do not suffice with one instance, and naming them like jboss-instance-0, jboss-instance-1 is unacceptable.


    
> Provide path to managed container instance, e.g inject it into @ArquillianResource File
> ---------------------------------------------------------------------------------------
>
>                 Key: ARQ-650
>                 URL: https://issues.jboss.org/browse/ARQ-650
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: JBoss Containers
>    Affects Versions: 1.0.0.CR5
>            Reporter: Ondrej Zizka
>
> Basically, I want to be able to get the value which is passed to Arq through:
> {code}
> <property name="jbossHome">${basedir}/target/jbossas-smoke</property>
> {code}
> In JBoss AS testsuite, we currently put this information manually to arquillian.xml.
> It is needed because multi-container tests, and some more complex tests, do not suffice with one instance, and naming them like jboss-instance-0, jboss-instance-1 is unacceptable.
> Could be also useful for other other containers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list