[ https://issues.apache.org/jira/browse/GEODE-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16236519#comment-16236519 ]
Eric Shu commented on GEODE-3943: --------------------------------- As of Geode 1.4.0 (not yet released yet), the region set operation will be transactional (including JTA) even if it is the first operation in the transaction/JTA. Please see GEODE-3521, which has been closed. LocalRegion.discoverJTA() is a internal method which may and could be changed/moved etc. > 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)