Hi!

pranab wrote:
>     I am new to EJB's.I am having a question ,Is it possible to  user
>  any other JNDI service provider other than
> org.jnp.interfaces.NamingContextFactory
>    I was trying something like this to use my openldap LDAP directory.

In theory you can use any JNDI provider. However in practise this is a
bit problematic since what is a legal JNDI name may differ between
implementations. This is what you're experiencing. Also, I think LDAP is
a "DirectoryContext" implementation and not a "Context" implementation,
which is a bit different.

I'm pretty sure that you would be able to use, for example, the RMI
registry or File System JNDI providers, since their naming is compatible
with what we use. (uhm, no idea why you would want to though).

/Rickard

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to