Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

stubs

  Asked By: Jason    Date: Feb 08    Category: Java    Views: 433
  

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.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Isabelle Brown     Answered On: Feb 08

best solution for this problem  is that you are working
with jakarta apache ant, and build your jar  and ear
file with ant then deploy  it on weblogic  .

 
Didn't find what you were looking for? Find more on stubs Or get search suggestion and latest updates.




Tagged: