ImportResourceRequest request = new ImportResourceRequest(getChildType().getId(), getParentResource().getId(),
getNewResourceConfiguration());
ResourceGWTServiceAsync resourceService = GWTServiceLookup.getResourceService(300000);
final Duration duration = new Duration();
resourceService.manuallyAddResource(request, new AsyncCallback<ImportResourceResponse>() {
@Override
public void onFailure(final Throwable caught) {
Timer timer = new Timer() {
@Override
public void run() {