FileSystemBackedUnifiedRepository repo =
(FileSystemBackedUnifiedRepository) PentahoSystem.get( IUnifiedRepository.class );
repo.setRootDir( new File( getSolutionPath() ) );
session = new StandaloneSession();
pluginManager = new DefaultPluginManager();
}