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

Vadim Lotarev updated GEODE-3943:
---------------------------------
    Description: 
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}

  was:
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}


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

Reply via email to