GEODE-2301 Doc note to deprecate Geode JTA trans mgr
This closes #581
Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/42350f1a
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/42350f1a
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/42350f1a
Branch: refs/heads/feature/GEODE-3071
Commit: 42350f1ac3a5cac92f60284863a9d704097b5288
Parents: 5546a87
Author: Karen Miller <[email protected]>
Authored: Thu Jun 15 10:39:44 2017 -0700
Committer: Karen Miller <[email protected]>
Committed: Fri Jun 16 09:42:35 2017 -0700
----------------------------------------------------------------------
geode-docs/developing/transactions/JTA_transactions.html.md.erb | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/geode/blob/42350f1a/geode-docs/developing/transactions/JTA_transactions.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/transactions/JTA_transactions.html.md.erb
b/geode-docs/developing/transactions/JTA_transactions.html.md.erb
index 3164dce..ffb6082 100644
--- a/geode-docs/developing/transactions/JTA_transactions.html.md.erb
+++ b/geode-docs/developing/transactions/JTA_transactions.html.md.erb
@@ -190,6 +190,7 @@ See [JCA Resource Adapter
Example](jca_adapter_example.html#concept_swv_z2p_wk)
## <a id="concept_8567sdkbigige" class="no-quick-link"></a>Using Geode as the
JTA Transaction Manager
You can also use Geode as the JTA transaction manager.
+As of Geode 1.2, Geode's JTA transaction manager is deprecated.
Geode ships with its own implementation of a JTA transaction manager. However,
note that this implementation is not XA-compliant; therefore, it does not
persist any state, which could lead to an inconsistent state after recovering a
crashed member.