You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:59:10 UTC

[jira] [Closed] (GEODE-3943) Make LocalRegion.discoverJTA method public as it was before

     [ https://issues.apache.org/jira/browse/GEODE-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-3943.
--------------------------------

> 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: Major
>
> 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
(v7.6.3#76005)