Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-11849] adding information about timeout of the bridged transactions #49

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions product/en-US/txbridge_guide/using_the_transaction_bridge.xml
Expand Up @@ -92,6 +92,12 @@
with the handlers registered only on the former. This limitation may be addressed in future
versions.
</para>
<para>
If WS-AT transaction context contains transaction timeout then the bridged JTA
transaction is created with this timeout. If the context does not provide
the information then the bridged JTA transaction is created
with the default timeout defined by the container.
</para>
</section>
<section>
<title>Outbound Bridging</title>
Expand Down
Expand Up @@ -55,6 +55,12 @@ public class JAXRSResource {
}
}
</programlisting>

<para>
REST-AT transaction context does not provide timeout.
When REST-AT transaction is bridged to JTA then the bridged JTA transaction
is created with the default timeout defined by the container.
</para>
</section>
<section id="_outbound_bridge">
<title>Outbound Bridge</title>
Expand Down