Relative Content

Tag Archive for javajakarta-eeejb-3.0struts-1

Getting javax.naming.NameNotFoundException: While trying to lookup Local Remote class in EJB

getting javax.naming.NameNotFoundException: While trying to lookup ‘DietDisposeBean#com.ejb.IDietDisposeRemote’ didn’t find subcontext ‘DietDisposeBean#com’. Resolved ”; remaining name ‘DietDisposeBean#com.ejb.IDietDisposeRemote’ while trying to access stateless bean class in struts 1.x project using EJB.
Remote class:
IDietDisposeRemote
Bean class:
DisposeBean with @stateless annotation
am trying to access that from Delegate using like below code