Unable to call EJB3.0 client from BPM.
673670Jul 29 2009 — edited Jul 29 2009I have EJB deployed on weblogic 10.3, which interact with database.
except it I have one locater class which call the ejb and give result.
Now I am cataloging this locator and calling the ejb through it.
It is not giving any error in compliation buy throwing error at run time.
Code:
session.= context.lookup("EJB Module Name");
Error:
java.lang.NoSuchMethodError: weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.addInstanceClassPreProcessor(Lweblogic/utils/classloader/ClassPreProcesser;)V