@Test
public void testResolver() throws Exception {
if( !localGeoserver){
return; // ignore this test
}
Activator instance = Activator.getDefault();
assertNotNull("Run as a JUnit Plug-in Test", instance);
// get the service factory
IServiceFactory factory = CatalogPlugin.getDefault().getServiceFactory();