• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JNDI server problems

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I'm new to EJB and I am using the Head First EJB book as a guiding light. I am having trouble deploying my first bean. The deployment tool I am using does not allow me to rename the JNDI at any point in the deployment wizard and I cant find the right place to alter it manually. So although the bean deploys and seems to work correctly I can not write a the client code, as the is no way to know where the Context should lookup.

I am using NetBeans IDE 4.1, and the sun java system application server 8.1.

Thanking you in advance
reply
    Bookmark Topic Watch Topic
  • New Topic