java:comp/env/ejb/HelloWorld is the correct one.
Geronimo supports a local jndi space for the components. So to register
in the local jndi space, u need to add that snippet of resource
reference stuff.
Thanks,
Santosh.
"Don't talk about yourself; it will be done when you leave. "
-----Original Message-----
From: Nirav Mehta [mailto:mehtanirav@gmail.com]
Sent: Tuesday, May 30, 2006 10:19 PM
To: user@geronimo.apache.org
Subject: Re: EJB trouble
JNDI problems can be resolved by having a resource -ref
smething like :
----Begin------------
<resource-ref>
<ref-name>testbank</ref-name>
<resource-link>testbank</resource-link>
</resource-ref>
--End----------------
in ur code it shd be like -> ......
......ctx.lookup("testbank")
Hi Santosh,
What is a resource ref? Also, is the way I am trying to access the
bean correct, i.e. using JNDI name i.e. "HelloWorld" or the component
name i.e. "java:comp/env/ejb/HelloWorld". What is the difference?
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of
the addressee(s). If you are not the intended recipient, please notify the sender by e-mail
and delete the original message. Further, you are not to copy, disclose, or distribute this
e-mail or its contents to any other person and any such actions are unlawful. This e-mail
may contain viruses. Infosys has taken every reasonable precaution to minimize this risk,
but is not liable for any damage you may sustain as a result of any virus in this e-mail.
You should carry out your own virus checks before opening the e-mail or attachment. Infosys
reserves the right to monitor and review the content of all messages sent to or from this
e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys
e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
|