• 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

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