BEA-010001

BEA-010001

I've a java web application deployed on Weblogic server. Post deployment, in the logs, I get this warning :

> <Warning> <EJB> <BEA-010001> <While
> deploying EJB 'AlterEJB', class
> oracle.soa.management.internal.ejb.FacadeFinderBean
> was loaded from the system classpath.
> As a result, this class cannot be
> reloaded while the server is running.
> To prevent this behavior in the
> future, make sure the class is not
> located in the server classpath.>

And even if I remove the ejb module from the descriptor (xml) the warning persists and the ejb is being deployed.... The warning however is redundant, ie. its not affecting the application in any way but I want to get rid of the warning msg in the log file... Is there a solution to it or an explanation to why this is happening??

View Answers









Related Tutorials/Questions & Answers:
BEA-010001
BEA-010001  I've a java web application deployed on Weblogic server. Post deployment, in the logs, I get this warning : > <Warning> <EJB> <BEA-010001> <While > deploying EJB 'AlterEJB', class >

Ads