Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to call EJB3.0 client from BPM.

673670Jul 29 2009 — edited Jul 29 2009
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2009
Added on Jul 29 2009
3 comments
1,409 views