]
Ondrej Chaloupka updated WFLY-12184:
------------------------------------
Git Pull Request:
WFTC is not integrated with http-client and transaction propagation
does not work for server to server ejb over HTTP calls
--------------------------------------------------------------------------------------------------------------------------
Key: WFLY-12184
URL:
https://issues.jboss.org/browse/WFLY-12184
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 17.0.0.Final
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Major
The ejb over http (aka. InitialContext lookup using the {{http://}} protocol) should be
working fine (see
https://issues.jboss.org/browse/WFLY-5029) but the transaction
propagation does not work as the http-client provider is not integrated with WFTC.
The integration needs to be fixed. A naive way of fixing this is here:
https://github.com/ochaloup/wildfly/commit/e8e011b9597113a6fd80e9c2b26004...