return Response.ok( "INVALID_MIME_TYPE", MediaType.TEXT_HTML ).build();
}
logJobStarted = true;
importLogger.startJob( importLoggerStream, uploadDir, level );
importer.importFile( bundle );
// Flush the Mondrian cache to show imported data-sources.
IMondrianCatalogService mondrianCatalogService =
PentahoSystem.get( IMondrianCatalogService.class, "IMondrianCatalogService", PentahoSessionHolder
.getSession() );