tobagoConfig.resolveThemes();
tobagoConfig.initProjectState(servletContext);
tobagoConfig.initDefaultValidatorInfo();
servletContext.setAttribute(TobagoConfig.TOBAGO_CONFIG, tobagoConfig);
final ClientProperties clientProperties = new ClientProperties();
clientProperties.setTheme(one);
clientProperties.setLocale(Locale.ENGLISH);
session.setAttribute(ClientProperties.MANAGED_BEAN_NAME, clientProperties);
// XXX is there a better way? Get it from Tobagos generated faces-config.xml?
application.addComponent(ComponentTypes.IN, UIIn.class.getName());
application.addComponent(ComponentTypes.OUT, UIOut.class.getName());