• 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

EJB 2.0 standalone java client with J2EE RI

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a beginner in EJB 2.0. I have started with EJB 2.0 and following Head First EJB. I am using J2EE RI as the EJB server as has been suggested in the book. The first example in the book uses a standalone java client which simply prints a message on the console. The deployment works perfectly but when I try to run the client java class I get a binding exception which states that the JNDI context is an unknown source.

Could you please what is exactly going wrong?
 
reply
    Bookmark Topic Watch Topic
  • New Topic