]> git.mxchange.org Git - pizzaservice-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:59 +0000 (15:30 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 7 Sep 2015 13:30:59 +0000 (15:30 +0200)
commit0783e54f8f9a166878e52ab565302d7ca5da0e39
tree3b4f180108cc70f8f0c2c3db8c96def72065c285
parent1dba458e5f8a80d277739e83b550e086ba187454
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>
lib/jcore.jar
lib/jcoreee.jar
lib/jshop-core.jar
lib/jshop-ee-lib.jar
lib/jshop-ejb.jar