Skip to Content
0
Former Member
May 04, 2007 at 12:36 PM

Error while looking up bean from Eclipse plugin

14 Views

Hi all,

I am developing an Eclipse plugin which calls session bean deployed in some j2ee engine. But I am facing a problem while I try to look up the bean. It gives me an error saying <i>"com.sap.engine.services.jndi.persistent.UnsatisfiedReferenceImpl"</i>.

I tried print out the UnsatisfiedReferenceImpl stacktrace and it says

<i>java.lang.ClassNotFoundException: com.sap.engine.services.ejb.session.stateless_sp5.SerializedHomeProxy</i>.

Does anyone have any idea?

Regards,

Satyajit.

Message was edited by:

Satyajit Chakraborty