From: Roland Haeder Date: Mon, 7 Sep 2015 13:30:55 +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=2c0d3d370834ef8d29e38e19e680b230cbc45866;p=pizzaservice-ejb.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/PizzaService-ejb/lib/jcore.jar b/PizzaService-ejb/lib/jcore.jar index e5e79d6..c7c6f6c 100644 Binary files a/PizzaService-ejb/lib/jcore.jar and b/PizzaService-ejb/lib/jcore.jar differ diff --git a/PizzaService-ejb/lib/jcoreee.jar b/PizzaService-ejb/lib/jcoreee.jar index fa4c45a..53e009a 100644 Binary files a/PizzaService-ejb/lib/jcoreee.jar and b/PizzaService-ejb/lib/jcoreee.jar differ diff --git a/PizzaService-ejb/lib/jshop-core.jar b/PizzaService-ejb/lib/jshop-core.jar index 1828f72..9bfd620 100644 Binary files a/PizzaService-ejb/lib/jshop-core.jar and b/PizzaService-ejb/lib/jshop-core.jar differ diff --git a/PizzaService-ejb/lib/jshop-ee-lib.jar b/PizzaService-ejb/lib/jshop-ee-lib.jar index c3cca65..93e19d2 100644 Binary files a/PizzaService-ejb/lib/jshop-ee-lib.jar and b/PizzaService-ejb/lib/jshop-ee-lib.jar differ diff --git a/PizzaService-ejb/lib/jshop-ejb.jar b/PizzaService-ejb/lib/jshop-ejb.jar index 0ba207f..b96ffad 100644 Binary files a/PizzaService-ejb/lib/jshop-ejb.jar and b/PizzaService-ejb/lib/jshop-ejb.jar differ diff --git a/PizzaService-ejb/nbproject/project.properties b/PizzaService-ejb/nbproject/project.properties index 6559fc7..949c67b 100644 --- a/PizzaService-ejb/nbproject/project.properties +++ b/PizzaService-ejb/nbproject/project.properties @@ -18,6 +18,7 @@ dist.dir=dist dist.ear.jar=${dist.dir}/${jar.name} dist.jar=${dist.dir}/${jar.name} dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= excludes= file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.jcoreee.jar=lib/jcoreee.jar