try
{
log.info("Testing CLUSTERED NONADVISED REMOTING");
NonadvisedPOJO remote = new NonadvisedPOJO("hello");
return (NonadvisedPOJO) ClusteredRemoting.clusterObject("nonadvisedclusteredobj", remote,
"DefaultPartition", new RoundRobin(),
new InvokerLocator("socket://localhost:5150"));
}
catch (Throwable ex)
{
log.error("failed", ex);