I am trying to lookup an EJB in weblogic server, I
used weblogic deploy tool to deploy the EJB, but as I
say when I try to lookup the “teller” bean I get some
sort of a configuration exception. The exception
basically says the it can’t find the stub files, so
guess what I did next … yes that’s right I checked
what’s in the jar file that the deployertool creates
and look at what I found …
Teller.class
TellerBean.class
TellerHome.class
TellerRemoteException.class
TellerBeanEOImpl.class
TellerBeanEOImpl.java
TellerBeanHomeImpl.class
TellerBeanHomeImpl.java
ejb-jar.xml
MANIFEST.MF.xml
So my question is why are my stubs not being create,
what do you think I have or haven’t done for this to
happen, should there be any stubs in there .. well the
questions can go on. I would be grateful if someone
can tell me what the problem may be.