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