You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2010/08/23 12:46:16 UTC

[jira] Closed: (DIRAPI-8) Make client-api schema aware

     [ https://issues.apache.org/jira/browse/DIRAPI-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari closed DIRAPI-8.
-------------------------------

      Assignee: Kiran Ayyagari
    Resolution: Fixed

Now client-api is schema aware. However schema is not loaded by default users have to explicitly call loadSchema() on LdapConnection
instance.

> Make client-api schema aware
> ----------------------------
>
>                 Key: DIRAPI-8
>                 URL: https://issues.apache.org/jira/browse/DIRAPI-8
>             Project: Directory client API
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Kiran Ayyagari
>            Assignee: Kiran Ayyagari
>             Fix For: 0.2.0
>
>
> Currently client-api is not schema aware ( simply put it doesn't understand what is the type of an Attribute's value i.e byte[] or String or numeric etc. and also how to 
> compare to given Attributes' values etc.). 
> We need to make the client-api schema aware by using the schema defined in the server to which we connect to or a default schema if the server's schema is not available.

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