]> git.mxchange.org Git - jshop-lib.git/commit
Well, if that is EJB, it sucks somehow: Logging not allowed and a complexer class...
authorRoland Haeder <roland@mxchange.org>
Mon, 7 Sep 2015 13:30:48 +0000 (15:30 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 7 Sep 2015 13:30:48 +0000 (15:30 +0200)
commitef55a79132b7df1c6d1de01e1601982a9b89bd86
treee6df3e8fc6c70a2c8cfcc6d4b220ff1e32a976b5
parent0404771cc4a9f03a44aad237b16242cc6e8b0295
Well, if that is EJB, it sucks somehow: Logging not allowed and a complexer class structure leaves strange errors behind:
----------------------------------------
Caused by: java.lang.NoClassDefFoundError: [Lorg/mxchange/jcore/model/contact/gender/Gender;
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2570)
at java.lang.Class.privateGetPublicMethods(Class.java:2690)
at java.lang.Class.getMethods(Class.java:1467)
at org.glassfish.ejb.deployment.descriptor.EjbDescriptor.addAllInterfaceMethodsIn(EjbDescriptor.java:2577)
at org.glassfish.ejb.deployment.descriptor.EjbDescriptor.getLocalRemoteBusinessMethodDescriptors(EjbDescriptor.java:2530)
... 53 more
Caused by: java.lang.ClassNotFoundException: org.mxchange.jcore.model.contact.gender.Gender
----------------------------------------
Signed-off-by:Roland Häder <roland@mxchange.org>
.gitignore
lib/jcore.jar
lib/jcoreee.jar
lib/jshop-core.jar
src/org/mxchange/jshopeelib/beans/ShopBean.java [deleted file]
src/org/mxchange/jshopeelib/beans/remote/basket/BasketSessionBeanRemote.java
src/org/mxchange/jshopeelib/beans/remote/customer/CustomerSessionBeanRemote.java
src/org/mxchange/jshopeelib/beans/remote/data/ShopDataBeanRemote.java
src/org/mxchange/jshopeelib/beans/remote/shop/ShopSessionBeanRemote.java