Currently I'm working with EJB
services running on Weblogic 12c Server. When I write a JUnit
test to call EJB
services, an error appears with:
java.lang.NoClassDefFoundError:
weblogic/i18n/logging/MessageLoggerRegistryListener
Anyone knows where is this class from? I googled it but got no result.
This class can be found in the /wlserver/modules/features/weblogic.server.merged.jar and in the /wlserver/server/lib/wlclient.jar files.