use of org.pentaho.platform.engine.services.MessageFormatter in project pentaho-platform by pentaho.
the class UIServletIT method setUp.
public void setUp() {
// $NON-NLS-1$
StandaloneApplicationContext applicationContext = new StandaloneApplicationContext(getSolutionPath(), "");
PentahoSystem.init(applicationContext, getRequiredListeners());
IMessageFormatter msgFormatter = new MessageFormatter();
PentahoSystem.registerObject(msgFormatter);
}
Aggregations