-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution:
Won't Fix
-
Affects Version/s: 2.4.0.GA, 2.5.0.GA
-
Fix Version/s: None
-
Component/s: Arquillian
-
Labels:None
-
Target Release:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Known Issue
-
Release Notes Text:
When:
I want to update EAP6 configuration within test itself using @ServerTask
Given:
My operation requires a reload.
@Override
|
public void tearDown(ManagementClient managementClient, String containerId) throws Exception {
|
|
|
// FIXME reload is not working due to https://bugzilla.redhat.com/show_bug.cgi?id=900065 managementClient.getControllerClient().execute(ModelUtil.createOpNode(null, "reload"));
|
}
|
Then:
Reload fails with socket close exception as Arquillian adaptor will lose connection to application server.
Additional Information:
https://issues.jboss.org/browse/WFLY-91 was already pushed upstream. It's a matter of backporting it to AS7 adaptor and releasing new version.
- is blocked by
-
WFK2-25 Arquillian EAP container adapter
-
- Closed
-