]
Paul Robinson updated JBTM-1505:
--------------------------------
Original Estimate: 1 day
Remaining Estimate: 1 day
WS-BA transaction context not propagated if JTA transaction present.
--------------------------------------------------------------------
Key: JBTM-1505
URL:
https://issues.jboss.org/browse/JBTM-1505
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: TxBridge, XTS
Reporter: Paul Robinson
Assignee: Gytis Trikleris
Fix For: 5.0.0.M3
Original Estimate: 1 day
Remaining Estimate: 1 day
With default-context-propagation enabled:
What happens if the Client is running in a JTA transaction, then begins a WS-BA
transaction before calling a WS-BA enabled service? I suspect, as it stands, we would
start a WS-AT transaction as well. This will cause the JaxBaseHeaderContextProcessor to
default to WS-AT as it appears first in the if-then-elseif block:
{code}
final CoordinationContextType coordinationContext ;
if (atContext != null)
{
coordinationContext = atContext.getCoordinationContext() ;
}
else if (baContext != null)
{
coordinationContext = baContext.getCoordinationContext() ;
}
{code}
I'm not yet sure how we handle this case. We certainly need a test for it though.
--
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: