https://issues.apache.org/bugzilla/show_bug.cgi?id=54747

--- Comment #15 from [email protected] ---
I trace the source code and found where the warning message is logged in
SimpleTcpCluster.registerManager

if (! (manager instanceof ClusterManager)) {
    log.warn("Manager [ " + manager + "] does not implement ClusterManager,
addition to cluster has been aborted.");
    return;
}
ClusterManager cmanager = (ClusterManager) manager ;
cmanager.setDistributable(true);


So I assume <distributable /> tag is not the problem here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to