[
https://issues.apache.org/jira/browse/TOMEE-4483?focusedWorklogId=969334&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-969334
]
ASF GitHub Bot logged work on TOMEE-4483:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/May/25 11:06
Start Date: 12/May/25 11:06
Worklog Time Spent: 10m
Work Description: jgallimore merged PR #1911:
URL: https://github.com/apache/tomee/pull/1911
Issue Time Tracking
-------------------
Worklog Id: (was: 969334)
Time Spent: 20m (was: 10m)
> Transaction propagated to executor threads through ThreadContext.enter()
> ------------------------------------------------------------------------
>
> Key: TOMEE-4483
> URL: https://issues.apache.org/jira/browse/TOMEE-4483
> Project: TomEE
> Issue Type: Bug
> Reporter: Jonathan Gallimore
> Assignee: Jonathan Gallimore
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In a case where a Stateless Session Bean makes multiple calls to other
> stateless beans by adding calls to a managed executor, the transaction
> shouldn't be propagated to the executor threads as the transaction can only
> be associated with a single thread at a time.
> Unfortunately EjbTransactionUtil wires a listener into ThreadContext.enter()
> which causes this to happen. Test and potential patch incoming.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)