Package org.pentaho.platform.plugin.action.jfreereport.helper

Examples of org.pentaho.platform.plugin.action.jfreereport.helper.PentahoReportConfiguration


  }

  public boolean startup( final IPentahoSession session ) {
    try {
      synchronized ( ClassicEngineBoot.class ) {
        ClassicEngineBoot.setUserConfig( new PentahoReportConfiguration() );
        ClassicEngineBoot.getInstance().start();
      }
    } catch ( Exception ex ) {
      Logger.warn( JFreeReportSystemListener.class.getName(), Messages.getInstance().getErrorString(
          "JFreeReportSystemListener.ERROR_0001_JFREEREPORT_INITIALIZATION_FAILED" ), //$NON-NLS-1$
View Full Code Here

TOP

Related Classes of org.pentaho.platform.plugin.action.jfreereport.helper.PentahoReportConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.