]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Temporary added call of initBundle()
authorRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 13:19:28 +0000 (15:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 13:19:28 +0000 (15:19 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index f858eb5a58e135b80f815cb23ca02b34e2dfb966..09b73e05bd612f87ad8473b4c1ca0d9331ade053 100644 (file)
@@ -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);