Can a Web Module call an EJB module which in turns rely on another EJB Modu
Hi Java developers,
I urgently need help on this issue since it has put stop on my development.
FACTS:
1-I'm using Studio Enterprise 8 as IDE.
2- There is a WEB Module and 2 EJB Modules[EJB 1 and EJB2].
3- Web module needs to make a call on EJB1.
4- EJB1 in turn needs to call an entity bean within EJB2.
Before EJB2 comes into play everthing works perfectly but as soon as i reference EJB2 from EJB1 i get jndi exception that object not found.
I tried alternative scenarios , if i use web module with just EJB1 or just EJB2 it works but seems that nested reference does not work.
Any help? any suggestion ? By the way I do not want to mix both EJB1 and 2 into one EJB module.
Thanks

