From: Roland Haeder <roland@mxchange.org>
Date: Wed, 12 Aug 2015 13:19:28 +0000 (+0200)
Subject: Temporary added call of initBundle()
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97a168dda60239c06983855372406e6aafe33694;p=pizzaservice-war.git

Temporary added call of initBundle()
Signed-off-by:Roland Häder <roland@mxchange.org>
---

diff --git a/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
index f858eb5a..09b73e05 100644
--- a/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
+++ b/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
@@ -121,12 +121,17 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P
 
 	/**
 	 * 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);