File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes Reference name and JNDI name Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Reference name and JNDI name " Watch "Reference name and JNDI name " New topic
Author

Reference name and JNDI name

Venkatesh Kumar
Ranch Hand

Joined: Aug 08, 2003
Posts: 68
Hi ALL:
I have some confusion regarding the Reference name and JNDI name .
say in the code if I have somthing like
Object objref = initial.lookup("java:comp/env/ejb/DataMail");
then " ejb/DataMail " is the JNDI name I should give for my ejb .
What is the reference name for in the deploytool.???
correct me if I am wrong regarding the JNDI name .
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Reference name and JNDI name
 
Similar Threads
Accessing ejb's with local home and remote interfaces
RSA EJB lookup
EJB Injection and JNDI lookup ?
EJB References and DD
Remote Session Bean looking up a Local Entity Bean