[jbossts-issues] [JBoss JIRA] (JBTM-2760) SPI to check if JTA or JTS transaction is active during graceful shutdown

Gytis Trikleris (JIRA) issues at jboss.org
Wed Sep 28 06:13:01 EDT 2016


     [ https://issues.jboss.org/browse/JBTM-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gytis Trikleris closed JBTM-2760.
---------------------------------
    Resolution: Rejected


Apparently this can already be achieved by using current SPI https://github.com/jbosstm/jboss-transaction-spi/blob/master/src/main/java/org/jboss/tm/ExtendedJBossXATerminator.java#L67.
In WildFly it can be injected with this name https://github.com/wildfly/wildfly/blob/master/transactions/src/main/java/org/jboss/as/txn/service/TxnServices.java#L40

> SPI to check if JTA or JTS transaction is active during graceful shutdown
> -------------------------------------------------------------------------
>
>                 Key: JBTM-2760
>                 URL: https://issues.jboss.org/browse/JBTM-2760
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>          Components: SPI
>            Reporter: Gytis Trikleris
>            Assignee: Gytis Trikleris
>            Priority: Critical
>
> During graceful shutdown EJB subsystem should check with transaction subsystem if request should be allowed in. Only requests participating in an existing transaction are permitted. 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list