• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

running a session bean in weblogic, please help

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
i am working on a session EJB, ihave deployed in weblogic .when i call this from an client i am gettin an error.
"Exception in thread "main" javax.naming.NameNotFoundException.
'examples.ejb.basic.app.loginHome';remaining name app.LoginName"
Even though i have spevifies the jndi name as full path of homeinterface and also specified the same in the XML file.
why is it giving this error eventhough the homeinterface is in the directory structure examples/ejb/basic/app/loginHome.
can any body help me please as soon as possible.
thanks in advance
sans
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try using the Weblogic console to look at the JNDI tree so you can see what name it is bound under.
 
reply
    Bookmark Topic Watch Topic
  • New Topic