You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/03/28 12:53:32 UTC

[jira] Created: (HARMONY-3516) [classlib][jndi]missing default impl of InitialContextFactory for ldap

[classlib][jndi]missing default impl of InitialContextFactory for ldap
----------------------------------------------------------------------

                 Key: HARMONY-3516
                 URL: https://issues.apache.org/jira/browse/HARMONY-3516
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Tony Wu




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (HARMONY-3516) [classlib][jndi]missing default impl of InitialContextFactory for ldap

Posted by Tony Wu <wu...@gmail.com>.
Hi,
Sorry for my delay, I raise this JIRA to record that harmony has no
concrete implementation of InitialContextFactory.

For instance, the code making use of jndi api in jdk may look like below,

        Hashtable env = new Hashtable();
        env.put(Context.INITIAL_CONTEXT_FACTORY,
                "com.sun.jndi.ldap.LdapCtxFactory");
        env.put(Context.PROVIDER_URL, url);
        env.put(Context.SECURITY_PRINCIPAL, username);
        env.put(Context.SECURITY_CREDENTIALS, password);
        env.put(Context.SECURITY_AUTHENTICATION, authType);
        InitialDirContext ctx = new InitialDirContext(env);

RI has its concrete implementation(com.sun.jndi.ldap.LdapCtxFactory)
but harmony does not.

I want to discuss with you whether we need to implement this non-public class.

On 8/1/07, Tim Ellison (JIRA) <ji...@apache.org> wrote:
>
>    [ https://issues.apache.org/jira/browse/HARMONY-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516958 ]
>
> Tim Ellison commented on HARMONY-3516:
> --------------------------------------
>
> Any more info Tony or can this be closed?
>
> > [classlib][jndi]missing default impl of InitialContextFactory for ldap
> > ----------------------------------------------------------------------
> >
> >                 Key: HARMONY-3516
> >                 URL: https://issues.apache.org/jira/browse/HARMONY-3516
> >             Project: Harmony
> >          Issue Type: Bug
> >          Components: Classlib
> >            Reporter: Tony Wu
> >
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Tony Wu
China Software Development Lab, IBM

[jira] Closed: (HARMONY-3516) [classlib][jndi]missing default impl of InitialContextFactory for ldap

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu closed HARMONY-3516.
----------------------------

    Resolution: Duplicate
      Assignee: Tony Wu

close since the ldap implmentation is nearly completed right now

> [classlib][jndi]missing default impl of InitialContextFactory for ldap
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3516
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3516
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>            Assignee: Tony Wu
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3516) [classlib][jndi]missing default impl of InitialContextFactory for ldap

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485900 ] 

Vasily Zakharov commented on HARMONY-3516:
------------------------------------------

Tony, could you please elaborate what the problem is and what do you think must be done to fix it?

Thank you!


> [classlib][jndi]missing default impl of InitialContextFactory for ldap
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3516
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3516
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3516) [classlib][jndi]missing default impl of InitialContextFactory for ldap

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516958 ] 

Tim Ellison commented on HARMONY-3516:
--------------------------------------

Any more info Tony or can this be closed?

> [classlib][jndi]missing default impl of InitialContextFactory for ldap
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3516
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3516
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.