public void testXmlConfig() throws Exception
{
TreeCache cache = new TreeCache();
PropertyConfigurator pc = new PropertyConfigurator();
pc.configure(cache, "META-INF/buddyreplication-service.xml");
cache.createService();
BuddyManager bm = cache.getBuddyManager();
assertNotNull(bm);
assertTrue(bm.isEnabled());
assertTrue(bm.buddyLocator instanceof NextMemberBuddyLocator);