[
https://issues.apache.org/jira/browse/GEODE-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Reich updated GEODE-3943:
------------------------------
Component/s: transactions
> Make LocalRegion.discoverJTA method public as it was before
> -----------------------------------------------------------
>
> Key: GEODE-3943
> URL: https://issues.apache.org/jira/browse/GEODE-3943
> Project: Geode
> Issue Type: Improvement
> Components: transactions
> Reporter: Vadim Lotarev
> Priority: Normal
>
> Please return visibility of the {{LocalRegion.discoverJTA}} method to
> {{public}} as it was before. I recently invoked this method as a workaround
> for the bug [GEODE-2349]:
> {code}
> public Collection<V> getAll() {
> ((LocalRegion)region).discoverJTA();
> return region.values();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)