From: Roland Haeder Date: Fri, 4 Sep 2015 19:47:00 +0000 (+0200) Subject: updated jsfcore.jar + correct static invocation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b438ce22e3cd2634b96a87b18563a0819c648818;p=pizzaservice-war.git updated jsfcore.jar + correct static invocation Signed-off-by:Roland Häder --- diff --git a/lib/jsfcore.jar b/lib/jsfcore.jar index c7e31ed3..c854dee1 100644 Binary files a/lib/jsfcore.jar and b/lib/jsfcore.jar differ diff --git a/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java index 8228db5d..1161421a 100644 --- a/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java +++ b/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java @@ -66,7 +66,7 @@ public class PizzaServiceApplication extends BaseServletSystem implements PizzaA this.getLogger().trace("CALLED!"); //NOI18N // Is the bundle initialized? - if (!isBundledInitialized()) { + if (!BaseFrameworkSystem.isBundledInitialized()) { // Temporary initialize default bundle // TODO The enum Gender uses this this.initBundle();