From: Roland Haeder Date: Mon, 7 Sep 2015 13:30:44 +0000 (+0200) Subject: Well, if that is EJB, it sucks somehow: Logging not allowed and a complexer class... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c4f099cb471791a25958c6039b080028ea8031d;p=jcustomer-core.git 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 --- diff --git a/lib/jcore.jar b/lib/jcore.jar index e5e79d6..c7c6f6c 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ