]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
updated jcore.jar, jshop-core.jar + removed init method as it doesn't do anything
authorRoland Haeder <roland@mxchange.org>
Wed, 9 Sep 2015 08:40:32 +0000 (10:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 9 Sep 2015 08:40:32 +0000 (10:40 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
lib/jshop-core.jar
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaServiceGenderController.java
web/WEB-INF/faces-config.xml

index e246eaa0d1af80e3ce482d23a0baf1e07ccab082..3a13967cee31b5361df8bfc251a76b4fb07fe83e 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index cf522b61f4008254ed95bcf18bb4ed5ce71f6788..4018c8c228f9998010c372dc6eaa3bfc8e71efff 100644 (file)
Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ
index fc39c971818370e2161d9c19df1883c7b9ff5618..49c2c4d7a05e8a2717f9cd385e1d5775cf82af79 100644 (file)
@@ -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();
-       }
 }
index 4f60a7699a3ca22f33fedd2792fb52a06d907561..24e7d72bbdd33226e4584879c4951025b173e0b1 100644 (file)
                <validator-id>NameValidator</validator-id>
                <validator-class>org.mxchange.jcoreee.validator.string.names.NameValidator</validator-class>
        </validator>
-    <navigation-rule>
-        <from-view-id>*</from-view-id>
-        <navigation-case>
-            <from-outcome>customer_register</from-outcome>
-            <to-view-id>/customer/register.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>index</from-outcome>
-            <to-view-id>/index.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>customer_lost_passwd</from-outcome>
-            <to-view-id>/customer/lost_passwd.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>customer_login</from-outcome>
-            <to-view-id>/customer/login.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>terms</from-outcome>
-            <to-view-id>/terms.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>privacy</from-outcome>
-            <to-view-id>/privacy.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>imprint</from-outcome>
-            <to-view-id>/imprint.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>logout</from-outcome>
-            <to-view-id>/bye.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>admin_product</from-outcome>
-            <to-view-id>/admin/product.xhtml</to-view-id>
-        </navigation-case>
-        <navigation-case>
-            <from-outcome>admin_category</from-outcome>
-            <to-view-id>/admin/category.xhtml</to-view-id>
-        </navigation-case>
-    </navigation-rule>
-    <navigation-rule>
-        <from-view-id>*</from-view-id>
-        <navigation-case>
-            <from-outcome>admin_index</from-outcome>
-            <to-view-id>/admin/index.xhtml</to-view-id>
-        </navigation-case>
-    </navigation-rule>
+       <navigation-rule>
+               <from-view-id>*</from-view-id>
+               <navigation-case>
+                       <from-outcome>customer_register</from-outcome>
+                       <to-view-id>/customer/register.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>index</from-outcome>
+                       <to-view-id>/index.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>customer_lost_passwd</from-outcome>
+                       <to-view-id>/customer/lost_passwd.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>customer_login</from-outcome>
+                       <to-view-id>/customer/login.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>terms</from-outcome>
+                       <to-view-id>/terms.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>privacy</from-outcome>
+                       <to-view-id>/privacy.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>imprint</from-outcome>
+                       <to-view-id>/imprint.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>logout</from-outcome>
+                       <to-view-id>/bye.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_product</from-outcome>
+                       <to-view-id>/admin/product.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_category</from-outcome>
+                       <to-view-id>/admin/category.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_index</from-outcome>
+                       <to-view-id>/admin/index.xhtml</to-view-id>
+               </navigation-case>
+       </navigation-rule>
 </faces-config>