The email you sent was not deliverable as addressed. Please review the
address and resubmit if necessary.
This message has been sent courtesy of BuyDomains.com - The World's Leader
in Domain Registration. BuyDomains offers Web address registration for $16
per year or less from our Website http://www.buydomains.com. This low price
includes ALL registrar fees, toll free technical support, forwarding of
purchased domains to an existing URL, unlimited email forwarding, and an
online control panel to manage your registration details and DNS servers.
With BuyDomains at your service you will never need to pay a monopoly $70
for domain registration again!
(original mail to [EMAIL PROTECTED])
Orion-Interest <[EMAIL PROTECTED]> writes:
>On Today, Nick Newman ([EMAIL PROTECTED]) wrote:
>> Hi,
>>
>> How can I find what's in an entity bean's java:comp/env namespace?
>>
>> If I ask the InitialContext for a list of what is in it (using
>> initialcontext.list("") ) I get a list of things (mainly home interfaces)
>> plus entries for "java:comp" and "ejb" which are both Contexts.
>>
>> If I ask for what's in "java:comp" I get a few strange entries, but NOT one
>> for "env", which is the one I would have expected.
>>
>> If I ask for what's in "java:comp/env" I get nothing back (empty context).
>
>Just wanted to report that I've had exactly the same experience,
>assumed I must be doing something wrong given my slight experience
>with JNDI.
>
>I sure hope someone knows the answer!
>
> Gary
>
>>
>> However, lookups for entries named java:comp/env/foo succeed where they should.
>>
>> Any ideas?
>>
>> Thanks,
>> Nick
>>
>>
>>