Hi guys,
I'm a little confused. I have a client/server topology with "proxy" regions on the client.
As Region.getEntry(key) looks on local regions, it always returns null beacouse clients "proxy regions" are always empty.
I see 2 methods: Region.containsKey (for local regions) and Region.containsKeyOnServer (for server regions). In my case, the first one returns false (of course) and the second one returns true.
¿Is there any Region.getEntry method to retrieve an entry from the server?
Thanks a lot?
Damián