private void doParameter( final String solutionName, final String actionPath, final String actionName,
final IParameterProvider parameterProvider, final OutputStream outputStream, final IPentahoSession userSession,
final HttpServletResponse response ) throws IOException {
final IActionSequence actionSequence =
new ActionSequenceJCRHelper().getActionSequence( ActionInfo.buildSolutionPath( solutionName, actionPath,
actionName ), PentahoSystem.loggingLevel, RepositoryFilePermission.READ );
if ( actionSequence == null ) {
logger.debug( Messages.getInstance().getString( "HttpWebService.ERROR_0002_NOTFOUND", solutionName, actionPath,
actionName ) );
response.sendError( HttpServletResponse.SC_INTERNAL_SERVER_ERROR );