InitialLdapContext class

2006-02-28 Thread Erwin Rol
A while back i wrote i had some problems with the InitialLdapContext class. I added the following method to it, which seems to work for Open Exchange, but since the documentation of what the method should return for a LDAP name, i have no idea if it always is correct this way. Comments are

Re: Ldap support in classpath

2006-02-15 Thread Erwin Rol
On Wed, 2006-02-15 at 09:36 +0100, Robert Schuster wrote: I think what is missing here is someone with good knowledge on the details of javax.naming. Well that isn't me, I am just trying to get OX working, and stumbled over the naming thing. Naturally volunteers are more than welcome. :)

Re: Ldap support in classpath

2006-02-15 Thread Erwin Rol
On Wed, 2006-02-15 at 14:37 +0100, Mark Wielaard wrote: Hi Erwin, On Wed, 2006-02-15 at 14:08 +0100, Erwin Rol wrote: I am just trying to get OX working, and stumbled over the naming thing. This might be a new issue. I know that in the past some people did try to get it working already

Re: Ldap support in classpath

2006-02-15 Thread Erwin Rol
On Wed, 2006-02-15 at 09:36 +0100, Robert Schuster wrote: Hi. Erwin Rol wrote: Hey all, I am trying to get Open Xchange working with gcj, and so far things are going OK. Now i ran into a problem with LDAP. OX uses InitialLdapContext(...) to create a initial context. Later it uses

Ldap support in classpath

2006-02-14 Thread Erwin Rol
Hey all, I am trying to get Open Xchange working with gcj, and so far things are going OK. Now i ran into a problem with LDAP. OX uses InitialLdapContext(...) to create a initial context. Later it uses javax.naming.InitialContext.getNameInNamespace(...) and that always seem to throw a