[jboss-jira] [JBoss JIRA] (AS7-5607) DataSourceEnable does not handle rollback
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Tue Sep 25 10:52:35 EDT 2012
[ https://issues.jboss.org/browse/AS7-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721469#comment-12721469 ]
Stefano Maestri edited comment on AS7-5607 at 9/25/12 10:51 AM:
----------------------------------------------------------------
The new Service based hack for driverPresence verification (AS7-5616) needs it is implemented to don't break AS7-5333
was (Author: maeste):
The new Service based hack for driverPresence verification needs it is implemented to don't brak AS7-5333
> 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
More information about the jboss-jira
mailing list