Author: asoldano
Date: 2014-10-16 06:35:10 -0400 (Thu, 16 Oct 2014)
New Revision: 18988
Modified:
container/jboss72/branches/jbossws-jboss720-4.3.x/tests-integration/src/main/java/org/jboss/as/webservices/deployer/RemoteDeployer.java
Log:
Allow resource service restart when removing https connector
Modified:
container/jboss72/branches/jbossws-jboss720-4.3.x/tests-integration/src/main/java/org/jboss/as/webservices/deployer/RemoteDeployer.java
===================================================================
---
container/jboss72/branches/jbossws-jboss720-4.3.x/tests-integration/src/main/java/org/jboss/as/webservices/deployer/RemoteDeployer.java 2014-10-16
10:10:27 UTC (rev 18987)
+++
container/jboss72/branches/jbossws-jboss720-4.3.x/tests-integration/src/main/java/org/jboss/as/webservices/deployer/RemoteDeployer.java 2014-10-16
10:35:10 UTC (rev 18988)
@@ -291,6 +291,7 @@
public void removeHttpsConnector() throws Exception {
try {
ModelNode op =
createOpNode("subsystem=web/connector=jbws-test-https-connector", REMOVE);
+ op.get(OPERATION_HEADERS).get(ALLOW_RESOURCE_SERVICE_RESTART).set(true);
applyUpdate(op);
} finally {
httpsConnSemaphore.release();
Show replies by date