[jboss-jira] [JBoss JIRA] Created: (AS7-1337) Expose Management API for tests

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Jul 19 04:25:23 EDT 2011


Expose Management API for tests
-------------------------------

                 Key: AS7-1337
                 URL: https://issues.jboss.org/browse/AS7-1337
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Test Suite
    Affects Versions: 7.0.0.Final
            Reporter: Karel Piwko
            Assignee: Andrew Rubinger
            Priority: Critical


It should be possible to get access to management console/API from the test suite. There is a ModelControllerClient available in CommonDeployableContainer but this is not exposed to user. Creating it externally requires keeping configuration twice.

The client can be likely made an @ArquillianResource via custom provider. It would be useful if it can be run before @Deployment method or at least available in that method because some examples would require for example creating a DataSource before a war can be deployed.

This is crucial so test can prepare required environment.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list