From: Roland Haeder Date: Wed, 9 Sep 2015 08:40:32 +0000 (+0200) Subject: updated jcore.jar, jshop-core.jar + removed init method as it doesn't do anything X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=616a8915310de2a6b0237c2e2b54e2c59fae5b1b;p=pizzaservice-war.git updated jcore.jar, jshop-core.jar + removed init method as it doesn't do anything Signed-off-by:Roland Häder --- diff --git a/lib/jcore.jar b/lib/jcore.jar index e246eaa0..3a13967c 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar index cf522b61..4018c8c2 100644 Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ diff --git a/src/java/org/mxchange/pizzaapplication/beans/gender/PizzaServiceGenderController.java b/src/java/org/mxchange/pizzaapplication/beans/gender/PizzaServiceGenderController.java index fc39c971..49c2c4d7 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/gender/PizzaServiceGenderController.java +++ b/src/java/org/mxchange/pizzaapplication/beans/gender/PizzaServiceGenderController.java @@ -17,7 +17,6 @@ package org.mxchange.pizzaapplication.beans.gender; import java.util.List; -import javax.annotation.PostConstruct; import javax.enterprise.context.ApplicationScoped; import javax.inject.Named; import javax.naming.InitialContext; @@ -82,10 +81,4 @@ public class PizzaServiceGenderController extends BaseFrameworkBean implements G private GenderSessionBeanRemote getGender () { return this.gender; } - - @PostConstruct - public void init () throws RuntimeException { - // Call super method - super.genericInit(); - } } diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 4f60a769..24e7d72b 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -11,54 +11,51 @@ NameValidator org.mxchange.jcoreee.validator.string.names.NameValidator - - * - - customer_register - /customer/register.xhtml - - - index - /index.xhtml - - - customer_lost_passwd - /customer/lost_passwd.xhtml - - - customer_login - /customer/login.xhtml - - - terms - /terms.xhtml - - - privacy - /privacy.xhtml - - - imprint - /imprint.xhtml - - - logout - /bye.xhtml - - - admin_product - /admin/product.xhtml - - - admin_category - /admin/category.xhtml - - - - * - - admin_index - /admin/index.xhtml - - + + * + + customer_register + /customer/register.xhtml + + + index + /index.xhtml + + + customer_lost_passwd + /customer/lost_passwd.xhtml + + + customer_login + /customer/login.xhtml + + + terms + /terms.xhtml + + + privacy + /privacy.xhtml + + + imprint + /imprint.xhtml + + + logout + /bye.xhtml + + + admin_product + /admin/product.xhtml + + + admin_category + /admin/category.xhtml + + + admin_index + /admin/index.xhtml + +