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 javax.naming.OperationNotSupportedException. After looking into the classpath source code it seems most methodes in .naming.* just throw a not supported error. Is this simply because nobody had time yet to implement the real code, or is this a real design decision ? Also OX needs LdapName which i found in the apache directory sources, are there any plans to add a LdapName implementation to classpath ? - Erwin