hello guys, i'm trying to debug mdb in eclipse with weblogic 12c.
In my project , i add the log4j.jar , hibernate-core jars.... etc in it.
but , when i publish the project to server , it's fail on
EJB preparing phase.
as the following error code
Base on the preceding messages, i check the weblogic startup classpath to see if there is another log4j.jar be loaded but none.
Is there any other issue that i haven't noticed to sovle this problem ?