You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2008/06/03 05:32:45 UTC

[jira] Created: (HARMONY-5855) [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider

[classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider
----------------------------------------------------------------------------------

                 Key: HARMONY-5855
                 URL: https://issues.apache.org/jira/browse/HARMONY-5855
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
    Affects Versions: 5.0M6
            Reporter: Regis Xu
             Fix For: 5.0M7


Property "java.naming.batchsize" specifies the batch size of the search result return from server.
This property defines how many items will be read at most one time, at the LDAP protocol level.
And it affects list, listBinding, search methods which return NamingEnumeration instance.

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


[jira] Commented: (HARMONY-5855) [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606304#action_12606304 ] 

Regis Xu commented on HARMONY-5855:
-----------------------------------

Tim,
Thanks for your reminder. There is one task left, which check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

I will create the task right now and finish it ASAP.

> [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5855
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5855
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>             Fix For: 5.0M7
>
>
> Property "java.naming.batchsize" specifies the batch size of the search result return from server.
> This property defines how many items will be read at most one time, at the LDAP protocol level.
> And it affects list, listBinding, search methods which return NamingEnumeration instance.

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


[jira] Commented: (HARMONY-5855) [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider

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

Tim Ellison commented on HARMONY-5855:
--------------------------------------

Can this task be closed now?  There are no outstanding subtasks.

> [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5855
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5855
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>             Fix For: 5.0M7
>
>
> Property "java.naming.batchsize" specifies the batch size of the search result return from server.
> This property defines how many items will be read at most one time, at the LDAP protocol level.
> And it affects list, listBinding, search methods which return NamingEnumeration instance.

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


[jira] Closed: (HARMONY-5855) [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider

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

Regis Xu closed HARMONY-5855.
-----------------------------

    Resolution: Fixed

no more sub-tasks

> [classlib][jndi][ldap] - support property "java.naming.batchsize" in ldap provider
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5855
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5855
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>             Fix For: 5.0M7
>
>
> Property "java.naming.batchsize" specifies the batch size of the search result return from server.
> This property defines how many items will be read at most one time, at the LDAP protocol level.
> And it affects list, listBinding, search methods which return NamingEnumeration instance.

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