[
https://issues.jboss.org/browse/AS7-2203?page=com.atlassian.jira.plugin.s...
]
Rajesh Rajasekaran commented on AS7-2203:
-----------------------------------------
We would need some better documentation once this is ready/ .
For now, I'm adding the meeting notes here.
aslak: CommonDeployableContainer - connects to DomainController, fetches server groups
and all servers and registers as individual containers in the registry. -> main server
group - with servers named e.g. server1, server2, ... ; those are pointing back to the
same domain server. so if you deploy to one of them, it ends up in that domain at all
servers. There's no mgmt API to deploy to distinct server - only to the domain group.
Deploy to the main server group should acquire deployment metadata with context info for
all servers (HTTP ports, adresses etc.)
The test is able to target deployments:
If you don't define a sever in a test, it would pick one at random or pick first one.
Or you can @TargetsContainer("server-one")
Conceptual TestCase:
https://gist.github.com/1817119
Add Arquillian Container support for AS 7 domain controller
------------------------------------------------------------
Key: AS7-2203
URL:
https://issues.jboss.org/browse/AS7-2203
Project: Application Server 7
Issue Type: Feature Request
Components: Test Suite
Affects Versions: 7.1.0.CR1
Reporter: Ondrej Zizka
Assignee: Aslak Knutsen
Priority: Blocker
Labels: arq_qe_blocker
A container for AS 7 domain controller would be very helpful for it's integration
testsuite.
Such container should support:
* Attaching hosts to a domain
* Start, stop a domain with multiple hosts
* Configuration (creation) of the domain using domain config file
* Configuration (creation) of a profile using a CLI batch
* Configuration (creation) of a profile using a callback class which would handle
communication with Java API
More requirements to come.
--
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