Brian Stansberry created AS7-5607:
-------------------------------------
Summary: DataSourceEnable does not handle rollback
Key: AS7-5607
URL:
https://issues.jboss.org/browse/AS7-5607
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 7.1.3.Final (EAP)
Reporter: Brian Stansberry
Assignee: Stefano Maestri
The runtime execution handling does not revert the service changes it made in case of
rollback:
public void execute(OperationContext context, ModelNode operation) throws
OperationFailedException {
ServiceVerificationHandler verificationHandler = new
ServiceVerificationHandler();
addServices(context, operation, verificationHandler, model, isXa());
context.addStep(verificationHandler, Stage.VERIFY);
context.completeStep();
--
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:
http://www.atlassian.com/software/jira