Hi devs,

I came across this while trying out sample #57 with a build from trunk.

Entry for clustering configuration in axis2.xml for syanpse is written as:
<cluster class="org.apache.axis2.clustering.tribes.TribesClusterManager"
enable="false">

When it is enabled, during startup, synapse does not identify the tag name
"cluster", but changing it to "clustering" works.

Also, there is no class named TribesClusterManager at
org.apache.axis2.clustering.tribes in provided axis2 lib.
(There's a class named TribesClusteringAgent though).

Please have a look.

Thanks,
Amila

Reply via email to