I'm tested clean installation of WSO2 ESB 4.5.0 with clustering enabled and remote registry mount as described here:
axis2.xml:
<clustering class="org.apache.axis2.clustering.tribes.TribesClusteringAgent" enable="true">
Tried to list existing services and create new proxy services but neither list funcnction nor any of proxy services types wizards didn't work giving lot of exceptions
Then I disabled clustering:
<clustering class="org.apache.axis2.clustering.tribes.TribesClusteringAgent" enable="false">
The mount still existed and mounted w/o errors but obviously clustering didn't work being disabled.
Is that a bug or clustering requires some additional configuration to avoid such errors? And do I really need to enable clustering in case of remote registry mount?
Thanks, Vladimir