public class GeoServerJ2eeRoleServiceTest extends AbstractSecurityServiceTest {
@Override
public GeoServerRoleService createRoleService(String name) throws Exception {
J2eeRoleServiceConfig config = new J2eeRoleServiceConfig();
config.setName(name);
config.setClassName(GeoServerJ2eeRoleService.class.getName());
getSecurityManager().saveRoleService(config);
//System.out.println(getDataDirectory().root().getAbsoluteFile());
return null;
}