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/19 11:17:45 UTC

[jira] Created: (HARMONY-5881) [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods

[classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods
----------------------------------------------------------------------------------------------------------------------------------

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


using batchSize field to save the property value of java.naming.batchsize,  check and set it in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

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


[jira] Assigned: (HARMONY-5881) [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods

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

Mark Hindess reassigned HARMONY-5881:
-------------------------------------

    Assignee: Mark Hindess  (was: Sean Qiu)

> [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5881
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5881
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>            Assignee: Mark Hindess
>             Fix For: 5.0M7
>
>         Attachments: HARMONY-5881.diff
>
>
> using batchSize field to save the property value of java.naming.batchsize,  check and set it in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

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


[jira] Updated: (HARMONY-5881) [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods

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

Regis Xu updated HARMONY-5881:
------------------------------

    Attachment: HARMONY-5881.diff

Would anyone want to try this?

> [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5881
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5881
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>            Assignee: Sean Qiu
>             Fix For: 5.0M7
>
>         Attachments: HARMONY-5881.diff
>
>
> using batchSize field to save the property value of java.naming.batchsize,  check and set it in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

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


[jira] Resolved: (HARMONY-5881) [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods

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

Mark Hindess resolved HARMONY-5881.
-----------------------------------

    Resolution: Fixed

Applied patch in r671862.  Please confirm that it has been applied as expected.

(Sean, sorry I took this one off you but I took a look at the patch before noticing that it was assigned to you and thought I might as well apply it.)


> [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5881
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5881
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>            Assignee: Mark Hindess
>             Fix For: 5.0M7
>
>         Attachments: HARMONY-5881.diff
>
>
> using batchSize field to save the property value of java.naming.batchsize,  check and set it in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

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


[jira] Closed: (HARMONY-5881) [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods

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

Regis Xu closed HARMONY-5881.
-----------------------------


Verified. Thanks Mark!

> [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5881
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5881
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>            Assignee: Mark Hindess
>             Fix For: 5.0M7
>
>         Attachments: HARMONY-5881.diff
>
>
> using batchSize field to save the property value of java.naming.batchsize,  check and set it in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

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


[jira] Assigned: (HARMONY-5881) [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods

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

Sean Qiu reassigned HARMONY-5881:
---------------------------------

    Assignee: Sean Qiu

> [classlib][jndi][ldap] - check and change the value of batchSize in LdapContextImpl.addToEnvironment/removeFromEnvironment methods
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5881
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5881
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>    Affects Versions: 5.0M6
>            Reporter: Regis Xu
>            Assignee: Sean Qiu
>             Fix For: 5.0M7
>
>
> using batchSize field to save the property value of java.naming.batchsize,  check and set it in LdapContextImpl.addToEnvironment/removeFromEnvironment methods.

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