Signed-off-by:Roland Häder <roland@mxchange.org>
/**
* Constructor with servet configuration
+ *
* @param context Servlet context
*/
private PizzaServiceApplication (final ServletContext context) throws UnsupportedDatabaseBackendException, SQLException, IOException, BadTokenException {
// Call other constructor first
this();
+ // Temporary initialize default bundle
+ // @TODO The JSF may have better internatialization support
+ this.initBundle();
+
// Initialize properties from config
this.initProperties(context);