]
Richard Opalka resolved AS7-6113.
---------------------------------
Assignee: Richard Opalka (was: Alessio Soldano)
Resolution: Done
WS *AddStepHandlers are ignoring rollback callback
--------------------------------------------------
Key: AS7-6113
URL:
https://issues.jboss.org/browse/AS7-6113
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.1.3.Final (EAP), 7.2.0.Alpha1
Reporter: Ivo Studensky
Assignee: Richard Opalka
Webservice handlers from org.jboss.as.webservices.dmr package do not handle rollback of
the context.restart/reloadRequired() call.
According to Brian's comment at [1] the handlers need something like this:
{code}
protected void rollbackRuntime(OperationContext context, final ModelNode operation, final
ModelNode model, List> controllers) {
super.rollbackRuntime(context, operation, model, List>);
if (!context.isBooting()) {
context.revertReloadRequired();
}
}
{code}
[1]
https://github.com/jbossas/jboss-as/pull/3588
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: