[ 
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)

Reply via email to