super.initialize();
//
// make sure the owner resource type IS a service group
//
Resource resource = getResource();
if (!resource.hasCapability(WssgConstants.SERVICE_GROUP_URI))
{
Object[] filler = { resource.getContextPath(), resource.getCapabilityURIs() };
throw new RuntimeException(_MESSAGES.get("NoServiceGroupCapability", filler));
}
}