Issue calling an EJB
Hello everybody.
I have the following scenario:
I have an enterprise application with two EJB modules.
I am trying to call an EJB located at a package, from a class in the other package. In netbeans I am using the wizard "Call an enterprise bean" and it creates a lookup method which is supposed to return the interface.
When I use this method to initialize the interface field, I am getting an java.lang.NullPointerException.
A thing I do have is that the source package at the two modules is named the same. Could it cause the error?
Any hint about that?
Thanks in advance for your help.
Sergio Guti閞rez

